Description Usage Arguments Value References Examples
Return TRUE
if there are only whitespace characters in the string 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.isspace
1 2 | pystr_isspace(" ")
pystr_isspace(" a ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.