load_table_lineage: Read blueprints from folder and get lineage

View source: R/lineage-tables.R

load_table_lineageR Documentation

Read blueprints from folder and get lineage

Description

Read blueprints from folder and get lineage

Usage

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


Global-TIES-for-Children/blueprintr documentation built on July 19, 2024, 6:01 a.m.