Description Usage Arguments Value Examples
My flexible number conversion function.
1 2 3 4 |
x |
Vector to be covnerted to numeric. |
already.clean.vector |
Sometimes in multi-step data operations clean.vector will have already been called.#' |
na.vals |
Values to consider NA. |
na.zero |
Set NA values to 0. |
do.remove.chars |
Remove characters that aren't numeric or numeric-related to aggressively extract numbers from strings. |
do.na |
What to do if new NA values are crated during the conversion. |
verbose |
Print messages (via cat) about what the function is doing. |
Result vector.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.