Description Usage Arguments Value Examples
Remove NA values and trims edge white-space.
1 | clean.vector(x, na.vals = bc::nastrings, verbose = TRUE)
|
x |
Vector to clean. |
na.vals |
Values to consider NA. |
verbose |
Print informative output via cat. |
Cleaned vector.
1 | clean.vector( c( 'NA', 'Not NA') )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.