march.write {march}R Documentation

Save a march.Model

Description

Save a march.Model into a file pointed by filename. The save will fails if the file already exists unless force has been set to TRUE.

Usage

march.write(filename, object, force = FALSE)

Arguments

filename

a path to the file where to write the model (absolute or relative to the current directory).

object

the model to write.

force

if TRUE and if the file pointed by the filename path already exists, overwrite it.

@return invisible TRUE if the model has been written into the file pointed by filename, invisible FALSE otherwise.


[Package march version 3.3.2 Index]