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

View source: R/BCdata-class-methods.R

setResultsDirR 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)


genBaRcode documentation built on March 31, 2023, 11:02 p.m.