parse.graph: .parse.graph - Prases the PROV-JSON formatted output OUTPUT =...

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
parse.graph(prov, rm.env = TRUE)

Arguments

prov

PROV-JSON formatted provenance.

rm.env

LOGICAL: should the environment entity be removed?

Value

A symmetric matrix of provenance entity relationships.

Author(s)

Matthew K. Lau

Examples

1
2
3
 data(prov_json)
 prov <- jsonlite::fromJSON(prov_json)
 Rclean:::parse.graph(prov)

Rclean documentation built on May 2, 2019, 9:18 a.m.