Description Usage Details Value References
View source: R/formatPathAddIn.R
The functions provides an add-in interface on the
create_file_path_call function.
1 |
The add-in breaks the path string, example"
"~/stuff/projects/r/something/else" into file.path
call. The function can optionally call normalizePath on the
passed string and modify default fsep argument of the
file.path.
Formatted file path using file.path or
here.
The add-in draws heavily on the code available in https://github.com/rstudio/addinexamples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.