savePstat {PathoStat} | R Documentation |
Save the pathostat object to R data(.rda) file
savePstat(pstat, outdir = ".", outfileName = "pstat_data.rda")
pstat |
pathostat object |
outdir |
Output Directory of the .rda file |
outfileName |
File name of the .rda file |
outfile .rda file
data(pstat_data) outfile <- savePstat(pstat)