View source: R/data_manipulation_functions.R
create_merged_table_with_config | R Documentation |
Create Merged Table With Config
create_merged_table_with_config(group_object, config)
group_object |
A named list with tables |
config |
A named list. It must have the names "tables", "columns", and "join_column". The tables value must be names of tables in the group object. "join_column" must be a column in all tables. "columns" must be a list of lists, one per table. Each list must be a subset of that tables column names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.