loadPstat {PathoStat} | R Documentation |
Load the R data(.rda) file with pathostat object
loadPstat(indir = ".", infileName = "pstat_data.rda")
indir |
Input Directory of the .rda file |
infileName |
File name of the .rda file |
pstat pathostat object (NULL if it does not exist)
data_dir <- system.file("data", package = "PathoStat") infileName <- "pstat_data.rda" pstat <- loadPstat(data_dir, infileName)