data_rm_na_numbers | R Documentation |
Remove NA numbers
data_rm_na_numbers(
data,
na.numbers = TRUE,
check.labels = TRUE,
default = VLKR_NA_NUMBERS
)
data |
Data frame |
na.numbers |
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. |
check.labels |
Whether to only remove NA numbers that are listed in the attributes of a column. |
default |
The default na numbers, if not explicitly provided by na.numbers or the options. |
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.