Remove NA numbers
data_rm_na_numbers(
data,
na.numbers = TRUE,
check.labels = TRUE,
default = VLKR_NA_NUMBERS
)
Data frame
Data frame
Either a numeric vector with residual values or TRUE to use defaults in VLKR_NA_NUMBERS.
You can also define residual values by setting the global option vlkr.na.numbers
(e.g. options(vlkr.na.numbers=c(-9))
).
Whether to only remove NA numbers that are listed in the attributes of a column.
The default na numbers, if not explicitly provided by na.numbers or the options.