create_data_focus_tables: Create Data Focus Tables This function creates a list of...

View source: R/data_manipulation_functions.R

create_data_focus_tablesR 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.

Description

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.

Usage

create_data_focus_tables(data, x_column, fill_columns)

Arguments

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


Sage-Bionetworks/projectliveModules documentation built on June 26, 2022, 1:11 a.m.