Skip to contents

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, if TRUE a .rds file with the fastan::project object is exported in the folder, if FALSE it's not.

plot.extension

string, default = "png", string with file extension for plots.

Value

full path of the dump folder.