link_col2doc: Link Column Names to their Documentation.

Description Usage Arguments Value See Also

View source: R/decorate_graph.R

Description

Given a list-column containing column-names for targets (As part of a drake::drake_plan() having been processed by extract_column_names()), cross reference these columns with the lookup_cache, and produce html tables for each set of columns.

Usage

1
link_col2doc(target_column_list, lookup_cache)

Arguments

target_column_list

a list of character vectors specifying column names

lookup_cache

the storr::storr object, generated by load_package_colspec(), containing keys (given by column aliases) mapping to column metadata lists.

Value

a list column, of the same length as the outer dimension of the input list, each element being a dataframe describing each column.

See Also

Other graph_decoration: decorate_plan(), extract_column_names()


mstr3336/mandrake documentation built on April 27, 2021, 1:53 p.m.