mxc_rename: MxC Rename

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

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 file with the runs eg. "Baseline"

Details

Method: This function will take the names of all hte runs in foldername and rename them from whatever their original names are to mxxc_run1.csv, mxc_run2.csv, mxc_run3.csv, etc.

Value

Nothing. Just files in Folder foldername renamed.

Author(s)

Sindiso Nyathi

See Also

mxc_mulruns, mxc_master

Examples

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

SindisoNyathi/GOPCMxC documentation built on May 10, 2019, 9:28 a.m.