mxc_untar: MxC Untar

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/MxC_Untar.R

Description

This function will convert all the files in the run folder from .gz or .tar files to .csv files. The function will not function if the files are compressed into any other format. It will only work with .tar or .gz files.

Usage

1
mxc_untar(home, foldername)

Arguments

home

Parent directory with all the experiments.

foldername

String name of file with the runs eg. "Baseline"

Details

Method: This function reads in each .tar or .gz file, converts it to a .csv file and saves the ouput to the current folder.

Value

For N runs originally in .tar or .gz format, will return N files as .csv files.

Author(s)

Sindiso Nyathi

See Also

mxc_rename, mxc_master

Examples

1
2
mxc_untar(home, "Baseline")
mxc_untar(home, "Experiment1")

SindisoNyathi/MxC documentation built on May 20, 2019, 9:13 p.m.