site_resources {rmarkdown} | R Documentation |
Determine website resource files for a directory
Description
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.
Usage
site_resources(site_dir, include = NULL, exclude = NULL, recursive = FALSE)
Arguments
site_dir |
Site directory to analyze |
include |
Additional files to include (glob wildcards supported) |
exclude |
Files to exclude (glob wildcards supported) |
recursive |
|
Value
Character vector of files and directories to copy
[Package rmarkdown version 2.27 Index]