Description Usage Arguments Value References See Also Examples
Return TRUE
if all characters in the string are numeric characters, and there is at least one
character, FALSE
otherwise.
1 |
str |
A character vector. |
A logical vector.
https://docs.python.org/3/library/stdtypes.html#str.isnumeric
1 2 3 | pystr_isnumeric("123")
pystr_isnumeric("123a")
pystr_isnumeric("123!")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.