View source: R/aggregation_maps.R
load_aggregation_maps | R Documentation |
Load aggregation tables and create aggregation maps for use in the workflow.
load_aggregation_maps(
path,
aggregation_file_tabs = PFUAggPipeline::aggregation_file_tab_names,
many_colname = PFUAggPipeline::aggregation_file_cols$many_colname,
few_colname = PFUAggPipeline::aggregation_file_cols$few_colname
)
path |
The path to an Excel file containing aggregation tables. |
aggregation_file_tabs |
A list of tabs in the aggregation file.
The names are the programmatic names for the tabs.
The items are the actual names.
Default is |
many_colname |
The name for the many column in the aggregation tables.
Default is |
few_colname |
The name for the few column in the aggregation tables.
Default is |
An aggregation table consists of a many column and a few column. An aggregation map is a named list of items, where the names are the few and the items are the many.
A named list of aggregation maps. The names give the aggregation map. The items are the aggregation maps themselves.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.