R/utils.R
numbers_only.Rd
Detects whether a string contains only numbers or not.
numbers_only(x)
A <character> value
<character>
TRUE if the string only contains numbers, FALSE otherwise
TRUE
FALSE