get.spine: .get.spine - Find the minimal path through the provenance...

Description Usage Arguments Details Value Author(s) Examples

Description

OUTPUT = A vector with the set of nodes of the minimal path.

Usage

1
get.spine(node.id, g)

Arguments

node.id

Name of the node.

g

Provenance graph adjacency matrix.

Details

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

Value

A set of node names tracing the complete parantage of a result.

Author(s)

Matthew K. Lau

Examples

1
2
3
data(prov_json)
prov <- read.prov(prov_json)
Rclean:::get.spine("d1", prov$graph)

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