loadPstat: Load the R data(.rda) file with pathostat object

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Load the R data(.rda) file with pathostat object

Usage

1
loadPstat(indir = ".", infileName = "pstat_data.rda")

Arguments

indir

Input Directory of the .rda file

infileName

File name of the .rda file

Value

pstat pathostat object (NULL if it does not exist)

Examples

1
2
3
data_dir <- system.file("data", package = "PathoStat")
infileName <- "pstat_data.rda"
pstat <- loadPstat(data_dir, infileName)

PathoStat documentation built on Nov. 8, 2020, 5:28 p.m.