box_archive: Compress files needed to reproduce an analysis and upload to...

Description Usage Arguments Examples

Description

Compress files needed to reproduce an analysis and upload to folder on Box

Usage

1
2
box_archive(box_dir, outfile, description = "", indir = ".",
  max_size = 5)

Arguments

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

Examples

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)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.