remove_na | R Documentation |
This function removes NA values from a list of vectors. If na_rm is TRUE, it removes all NA values from the input vectors. Otherwise, it returns the input vectors unchanged.
remove_na(na_rm, ...)
na_rm |
A logical value indicating whether to remove NA values. |
... |
One or more vectors from which to remove NA values. |
A list of vectors with NA values removed (if na_rm
is TRUE
),
or the input vectors unchanged (if na_rm
is FALSE
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.