mxc_rename: MxC Rename

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

View source: R/mxc_rename.R

Description

This function will rename all the runs in the Experiment Folder specified.

Usage

1
mxc_rename(home, foldername)

Arguments

home

Parent directory with all the experiments.

foldername

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

Details

Method: This function will take the names of all the runs in foldername and rename them from whatever their original names are to mxc run_1.csv, mxc run_2.csv, mxc run_3.csv, . . . , mxc run_N.csv.

Value

Nothing. Will rename the files in the folder.

Author(s)

Sindiso Nyathi

See Also

mxc_mulruns, mxc_master, mxc_untar

Examples

1
2
mxc_rename(home, "Baseline")
mxc_master(home, "Intervention 1")

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