View source: R/checkFormatVariable.R
checkFormatVariable | R Documentation |
The format of the variables is in dataset variables_format.
checkFormatVariable(df, var_to_check)
df: |
dataframe with the format variable to check |
var_to_check: |
variable to check |
TRUE if the format is correct. Return a named list of vectors if there are any mistake. The name of the vector is the variable with errors. Every vector contains list of index with errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.