Description Usage Arguments Details Author(s) See Also
Creates a new directory and writes all elements of an object of class MAR
to that directory as csv files.
1 | export.MAR(model.out,export=TRUE)
|
model.out |
Object of class |
export |
Optionally allows the name of the new directory to be set equal to a character string. Otherwise, the name of the new directory will be "MAR.results Sys.time" |
All elements of the given MAR class object are converted to csv format and written to a new directory created within the current working directory. The name of the new directory can be chosen by setting the export
argument equal to a character string. If the name of the new directory matches one already present in the working directory, the name will be amended with Sys.time()
to avoid overwriting the previous folder
LP Scheef
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.