Learn R Programming

genBaRcode (version 1.2.8)

setResultsDir: Replacing the Results Directory slot of a BCdat objects.

Description

Replacing the Results Directory slot of a BCdat objects.

Usage

setResultsDir(object, value)

Value

a BCdat object.

Arguments

object

a BCdat object.

value

a character string of an existing path.

Examples

Run this code
data(BC_dat)
new_path <- getwd()
BC_dat_new <- setResultsDir(BC_dat, new_path)

Run the code above in your browser using DataLab