Description Usage Arguments See Also
View source: R/decorate_graph.R
Given a drake::drake_plan()
, extract the column names of each target, and store it
in a new column.
1 2 3 4 5 6 7 8 | extract_column_names(
plan,
cache,
group = NULL,
clusters = NULL,
colname_out = "target_column_list",
...
)
|
group |
Optional character scalar, name of the column used to
group nodes into columns. All the columns names of your original |
clusters |
Optional character vector of values to cluster on.
These values must be elements of the column of the |
colname_out |
the name given to the list-column containing each target's columns |
Other graph_decoration:
decorate_plan()
,
link_col2doc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.