Read blueprints from folder and get lineage

load_table_lineage(
  directory = here::here("blueprints"),
  recurse = FALSE,
  script = here::here("_targets.R")
)

Arguments

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.

Value

An igraph of the table lineage for the desired blueprints