View source: R/data_manipulation_functions.R
create_data_focus_tables | R Documentation |
Create Data Focus Tables This function creates a list of tables from on input tibble. The list will have one table per column listed in the fill_columns list. This function is used in the study_summary module to create the data_focus plots.
create_data_focus_tables(data, x_column, fill_columns)
data |
A tibble |
x_column |
A string that is the name of a column in the data |
fill_columns |
A list of strings that are names of columns in data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.