View source: R/km_wlr_calculations_helpers.R
| validate_input | R Documentation |
Checks that all required columns are present in a data frame.
validate_input(df, required_cols)
df |
Data frame to check. |
required_cols |
Character vector of required column names. |
NULL if all columns present, otherwise error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.