View source: R/copy_files_to_server.R
Copy files
1 | deploy_main(deploy, ignore_fl_server = NULL, ignore_fl_repo = NULL)
|
deploy |
list. A list containing the urls and run values for development and production. |
ignore_fl_server |
vector. A vector of file paths to ignore on the server, these files will not be replaced. Default is NULL. Can be a list of individual files names to ignore or a folder to ignore. |
ignore_fl_repo |
vector. A vector of file paths to ignore in the repository that will be copied to the server. Default is NULL. Can be a list of individual files names to ignore or a folder to ignore. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.