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