Description Usage Arguments Value Author(s)
Like 'unique' but omits NA's or NaN's, suppresses warnings, and returns result as character vector.
1 | uniqueNotNA(x, warn = FALSE)
|
x |
A vector. |
warn |
Whether to issue warnings from 'unique' (default is FALSE). |
The unique values of 'x' with NA & NaN values removed.
Ben Veal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.