Use these functions to convert between R file paths and system file paths. These function make the most sense on a Windows machine since R uses the same file paths as Unix-based systems (i.e. Mac and Linux).
It will also try to convert relative paths to absolute paths if possible.
1 2 3 | R_to_sys_path(path)
sys_path_to_R(path)
|
path |
A file path in a form appropriate for R in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.