View source: R/lineage-tables.R
load_table_lineage | R Documentation |
Read blueprints from folder and get lineage
load_table_lineage(
directory = here::here("blueprints"),
recurse = FALSE,
script = here::here("_targets.R")
)
directory |
A folder containing blueprint scripts |
recurse |
Should this function recursively load blueprints? |
script |
Where the targets/drake project script file is located. Defaults to using targets. |
An igraph of the table lineage for the desired blueprints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.