is_absolute_path | R Documentation |
Test if a path is an absolute path
is_absolute_path(path)
path |
A character vector of one or more paths. |
is_absolute_path("/foo")
is_absolute_path("C:\\foo")
is_absolute_path("\\\\myserver\\foo\\bar")
is_absolute_path("foo/bar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.