setResultsDir {genBaRcode} | R Documentation |
Replacing the Results Directory slot of a BCdat objects.
Description
Replacing the Results Directory slot of a BCdat objects.
Usage
setResultsDir(object, value)
Arguments
object |
a BCdat object. |
value |
a character string of an existing path. |
Value
a BCdat object.
Examples
data(BC_dat)
new_path <- getwd()
BC_dat_new <- setResultsDir(BC_dat, new_path)
[Package genBaRcode version 1.2.7 Index]