Rclean (version 1.0.0)

read.prov: read.prov --- Read and parse provenance from a JSON file. OUTPUT = Returns a dataframe containing the provenance.

Description

This is an internal function for reading PROV-JSON formatted provenance.

Usage

read.prov(file)

Arguments

file

JSON formatted object or path to PROV-JSON formatted file.

Value

A list containing the provenance.

Examples

Run this code
# NOT RUN {
 data(prov_json)
 prov <- read.prov(prov_json)
 prov$graph
 prov$info$activity
 prov$info$environment
 prov$info$entity
# }

Run the code above in your browser using DataCamp Workspace