View source: R/zip_crss_package.R
zip_crss_package()
creates a zip package that is used to distribute CRSS.
By default, it includes all files in the top level folder, and the following
folders: control, dmi, model, results, ruleset, sct, temp. The dmi folder is
large, and all files are usually not necessary, so will prompt for user input
to determine which folders to include in the dmi folder
1 2 3 4 5 | zip_crss_package(
ifolder,
zip_name,
zip_folders = c("control", "dmi", "model", "results", "ruleset", "sct", "temp")
)
|
ifolder |
Folder to zip |
zip_name |
Name to save the file as. Should end in .zip. Will save this file in the same directory as ifolder, e.g., if ifolder is "C:/CRSS/CRSS.Jan2010", then the zip will be saved in "C:/CRSS" |
zip_folders |
The folders to include in the zip. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.