isNumericValue | R Documentation |
isNumericValue
is a utility function returns TRUE only when a numeric value
is present. NULL, NA, numeric(0) and integer(0) all return FALSE.
isNumericValue(value)
value |
The value to check. |
TRUE if a numeric value is present.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.