create_archive: Create archive

Description Usage Arguments Examples

Description

Copies files from the Current folder, adds them to the archive, and zips files using the commit id as the filename

Usage

1
create_archive(commit, current_dir, archive_dir)

Arguments

commit

the commit id

current_dir

the current directory

archive_dir

the archive directory

Examples

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

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