tar_meta_column | R Documentation |
I am hoping this will be useful for either backing up count tables or making containerized versions of analyses.
tar_meta_column(
meta,
column = "hisatcounttable",
output = NULL,
compression = "xz"
)
meta |
dataframe of the good stuff. |
column |
Column containing filenames to archive. |
output |
Output prefix for the tarball's name. |
compression |
Actually, this might be a mistake, I think utils::tar takes 'gzip', not 'gz'? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.