data_compressor: Data Compressor

View source: R/data_compressor.R

data_compressorR Documentation

Data Compressor

Description

When given www/ location, tar gzips it for upload to biowulf2

Usage

data_compressor(www_location,
  tar_name = "~/Desktop/eyeIntegration_v100_02.tar.gz", include_DB = T)

Arguments

www_location

The path which contains the www/ App folder

tar_name

path/name_of_tar_file.tar.gz

include_DB

Should the SQLite databases be included?

Examples

## Not run: tar_maker(www_location = paste0(system.file('app', 
package = 'eyeIntegrationApp')), tar_name = 'eyeIntegration_v100_01.tar.gz') 
## End(Not run)

davemcg/eyeIntegration_app documentation built on May 18, 2024, 1:37 p.m.