| is_abs_path | R Documentation | 
On Unix, check if the paths start with ‘/’ or ‘~’ (if they do, they
are absolute paths). On Windows, check if a path remains the same (via
same_path()) if it is prepended with ‘./’ (if it does, it is a
relative path).
is_abs_path(x)
is_rel_path(x)
| x | A vector of paths. | 
A logical vector.
xfun::is_abs_path(c("C:/foo", "foo.txt", "/Users/john/", tempdir()))
xfun::is_rel_path(c("C:/foo", "foo.txt", "/Users/john/", tempdir()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.