Given a drake::drake_plan(), extract the column names of each target, and store it
in a new column.
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()