file_local | R Documentation |
A shortcut for system.file when you get tired of typing which package you need to find the file in.
file_local(...)
... |
Sections of a file path passed to system.file.
This will be valid for anything inside of |
Kelli F. Johnson thanks to bookdown.
# List the files in the directory inst\extdata
dir(file_local("extdata"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.