Zip files

zip_files(wdir, entity, acc = NULL, thick = NULL, output = NULL)

Arguments

wdir

Path where input files are stored.

entity

Name of the entity.

acc

Accumulation rate.

thick

Core segment thickness.

output

Output filename.

Examples

if (FALSE) {
zip_files(wdir, entity_name, acc = ACC, thick = THICK)
}