pystr_isspace: Check if a string is whitespace.

Description Usage Arguments Value References Examples

View source: R/pystr_isspace.R

Description

Return TRUE if there are only whitespace characters in the string and there is at least one character, FALSE otherwise.

Usage

1

Arguments

str

A character vector.

Value

A logical vector.

References

https://docs.python.org/3/library/stdtypes.html#str.isspace

Examples

1
2

nicolewhite/pystr documentation built on May 23, 2019, 5:09 p.m.