site_resources | R Documentation |
Determine which files within a given directory should be copied in order to serve a website from the directory. Attempts to automatically exclude source, data, hidden, and other files not required to serve website content.
site_resources(site_dir, include = NULL, exclude = NULL, recursive = FALSE)
site_dir |
Site directory to analyze |
include |
Additional files to include (glob wildcards supported) |
exclude |
Files to exclude (glob wildcards supported) |
recursive |
|
Character vector of files and directories to copy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.