Description Usage Arguments Value Examples
Load the R data(.rda) file with pathostat object
1 | 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)
1 2 3 | data_dir <- system.file("data", package = "PathoStat")
infileName <- "pstat_data.rda"
pstat <- loadPstat(data_dir, infileName)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.