View source: R/S03_Utilities.R
path_to_file | R Documentation |
Returns an absolute file or folder path. Folder paths can be extracted from a pre-specified environmental variable.
path_to_file(file_name = NULL, env_var = NULL, path = NULL, latest = TRUE)
file_name |
A character string, a partial match to the file of interest. |
env_var |
A character string, the name for the environment variable. |
path |
A character string, a relative or absolute path to a folder. |
latest |
Logical; if |
A character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.