strs_isnumeric
checks whether each element of a character vector contains
only numeric characters. It is similar to Python's str.isnumeric()
method.
Value
A logical vector of the same length as string
, indicating whether
each element contains only numeric characters.