Description Usage Arguments Details Value Examples
Turn path into an aboslute path. The file or folder does not have to exists.
1 | abspath(path)
|
path |
a relative path |
The tools::file_path_as_absolute
will turn a path into an aboslute path but only if
the path exists. This makes it unusable in certain cases, such as when a desired output path
needs to be passed to an external call.
an absolute path
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.