powered by
Verifies if a string can be converted to a numeric value.
is_numeric(str)
logical
TRUE if the string is numeric, FALSE otherwise.
TRUE
FALSE
character A string to check.
character