archive_output: Archive output

Description Usage Arguments Examples

Description

Writes archive fls out to the Current folder and archives the same files with a commit id

Usage

1
archive_output(commit, output_dir, fls)

Arguments

commit

the commit id

output_dir

the path to create the file archive

fls

a list of the files to archive

Examples

1
2
3
4
commit <- 'master_98jgh8'
output_dir <- '.'
fls <- c('data.csv', 'data_log.log')
archive_output(commit, output_dir, fls)

holmesjoli/archiveR documentation built on May 11, 2019, 3:05 p.m.