Description Usage Arguments Details
This function removes all NA
entries from a vector.
1 | remove_na(x)
|
x |
An (atomic) vector, or a list / data.frame. |
For data.frames
, we use complete.cases
to
remove NA
s, and hence remove all rows for which an
NA
value in encountered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.