Description Usage Arguments Examples
Compress files needed to reproduce an analysis and upload to folder on Box
1 2  | box_archive(box_dir, outfile, description = "", indir = ".",
  max_size = 5)
 | 
box_dir | 
 (integer) box folder ID where contents of current directory (recursive) should be uploaded as a ZIP archive  | 
outfile | 
 (character) File path for ZIP archive  | 
description | 
 (character) Box description  | 
indir | 
 (character) Directory files needed to reproduce an analysis  | 
max_size | 
 (integer) Maximum size of input files in gigabytes  | 
1 2 3 4 5 6  | ## Not run: 
# box_archive(51480857605, outfile='HEM0303-3-SMAA.zip',
# description = 'Analysis for HEM0303-3 SMAA',
# max_size=1e-16)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.