View source: R/filepath_utils.R
absolute_path | R Documentation |
First checks if path is relative or absolute, and if relative prepends wd (or other given absolute path)
absolute_path(path, wd = getwd())
path |
the path to check and convert to absolute |
wd |
path to prepend to a relative path. Current working directory by default. |
absolute path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.