R/general.functions.R
check.conversion.Rd
Check that the conversion to a data type does not change the number of NA values
check.conversion(x, FUN, ...)
the value to convert
the function to use for conversion
arguments passed to FUN
FUN
FUN(x, ...) or an error if the set of NAs change.
FUN(x, ...)