is_path | R Documentation |
test string begins with one o more alphanumeric characters followed by file path separators, or it begins with "./" or ".\" followed by one or more alpanumeric characters; in both cases ending in alphanumeric character.
is_path(x)
x |
character |
TRUE if x has at least one slash followed by and ended by an alphanumeric character
## Not run:
is_path(".aa/bb")
is_path("aa/bb")
is_path("aa/bb.")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.