View source: R/absolute_path.R
absolute_path | R Documentation |
This function is used to convert relative file paths to absolute file paths without checking if the file exists as tools::file_as_absolute_path does
absolute_path(filename, dirname)
filename |
name of a file, absolute or relative to a folder |
dirname |
name of a folder where the file is supposed to be |
a character string containing the absolute path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.