View source: R/general.functions.R
check.conversion | R Documentation |
Check that the conversion to a data type does not change the number of NA values
check.conversion(x, FUN, ...)
x |
the value to convert |
FUN |
the function to use for conversion |
... |
arguments passed to |
FUN(x, ...)
or an error if the set of NAs change.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.