View source: R/data_compressor.R
data_compressor | R Documentation |
When given www/ location, tar gzips it for upload to biowulf2
data_compressor(www_location,
tar_name = "~/Desktop/eyeIntegration_v100_02.tar.gz", include_DB = T)
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? |
## Not run: tar_maker(www_location = paste0(system.file('app',
package = 'eyeIntegrationApp')), tar_name = 'eyeIntegration_v100_01.tar.gz')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.