View source: R/data_provenance.R
| get_data_lineage | R Documentation |
Retrieve complete lineage information for tracked data
get_data_lineage(
data_path = NULL,
registry_file = ".capsule/data_registry.json"
)
data_path |
Character. Path to data file. If NULL, returns all lineage. |
registry_file |
Character. Path to provenance registry. |
List containing lineage information
## Not run:
# Get lineage for specific file
lineage <- get_data_lineage("data/mydata.csv")
# Get all lineage
all_lineage <- get_data_lineage()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.