all.numeric | R Documentation |
Check/Convert Values to Numeric
## S3 method for class 'numeric'
all(x, what = c("test", "vector"), extras = c(".", "NA"))
x |
Character vector to check/convert. |
what |
"test" (check if numeric) or "vector" (convert to numeric). |
extras |
Additional values to be treated as missing or empty. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.