
Export information and most common plots of a project
export.Rd
Export information and most common plots of a project
Usage
export(proj, path_dump = getwd(), rds = T, plot.extension = "png")
Arguments
- proj
fastan::project
object.- path_dump
string, local path where the folder with export will be dumped.
- rds
logical, default =
TRUE
, ifTRUE
a.rds
file with thefastan::project
object is exported in the folder, ifFALSE
it's not.- plot.extension
string, default = "png", string with file extension for plots.