View source: R/find_strat_col.R
find_strat_col | R Documentation |
From a data frame/tibble, find the column labeled "Stratification". This is the column we will use to stratify the reports by. If there isn't a stratification column, find_strat_col returns NA.
find_strat_col(data = NULL)
data |
The data frame to search through. |
col_name |
The column name value of the stratification column. This can be set in config.yaml. |
This function will return either a number or NA if it cannot locate a stratification column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.