test_numeric | R Documentation |
This function converts input values into numeric format and stores any values that are not valid numbers (NA) into a list of problems.
test_numeric(to_num)
to_num |
A vector of values to be converted to numeric. |
A numeric vector where invalid values are converted to NA. It also updates the 'weird' environment with the invalid entries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.