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


nyuglobalties/blueprintr documentation built on July 16, 2024, 10:27 a.m.