savePstat: Save the pathostat object to R data(.rda) file

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Save the pathostat object to R data(.rda) file

Usage

1
savePstat(pstat, outdir = ".", outfileName = "pstat_data.rda")

Arguments

pstat

pathostat object

outdir

Output Directory of the .rda file

outfileName

File name of the .rda file

Value

outfile .rda file

Examples

1
2
3
4
data_dir_test <- system.file("data", package = "PathoStat")
pstat_test <- loadPstat(indir=data_dir_test,
infileName="pstat_data_2_L1.rda")
outfile <- savePstat(pstat_test)

mani2012/PathoStat documentation built on April 3, 2020, 7:41 p.m.