View source: R/getRelativePath.R
getRelativePath | R Documentation |
Constructs a relative path from path from
to path to
.
If this is not possible (i.e. different drive letters on windows systems),
NA
is returned.
getRelativePath(to, from = getwd(), ignore.case = isWindows())
to |
[ |
from |
[ |
ignore.case |
[ |
[character(1)]: A relative path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.