boa.load {boa} | R Documentation |
Loads the data and global parameter settings from a previously saved BOA session.
boa.load(name, envir = globalenv())
name |
Character string giving the name of the object containing the session to be loaded. |
envir |
The 'environment' from which the object should come. For more
information, consult the help documentation in R on the |
A logical value indicating that the object was successfully loaded.
Brian J. Smith