View source: R/warning_options.R
missing_values_in_variable_warning | R Documentation |
Triggers a warning if there are missing values in 'variable' and the warning has not been triggered before.
missing_values_in_variable_warning(file, file_name, variable)
file |
A LIS or LWS file. |
file_name |
The name of the LIS or LWS file. |
variable |
A string with the variable name. |
Uses an option to store the names of the files and variables with missing values that have already triggered a warning before. The option is stored as: 'file_namewarning_NAsvariable'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.