View source: R/valid_values_check.R
valid_values_check | R Documentation |
This function will evaluate if a value for certain columns in the continuous data submission template xlsx file v2.03 are valid values. Returns TRUE if valid and FALSE if not. NA is included as a valid value for columns that are optional or conditional.
valid_values_check(col, vals)
col |
Name of the column in the continuous data submission template xlsx file v2.03 to return valid values.
col is passed to |
vals |
Vector of values to evaluate. |
Vector of boolean values indicating if the value is a valid value
valid_values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.