Description Usage Arguments Details Value Examples
View source: R/parameterObject.R
loadParameterObject
will load a parameter object from the filesystem
1 |
files |
A list of parameter filenames to be loaded. If multiple files are given, the parameter objects will be concatenated in the order provided |
The function loads one or multiple files. In the case of multiple file, e.g. due to the use of check pointing, the files will be concatenated to one parameter object. See writeParameterObject for the writing of parameter objects
Returns an initialized Parameter object.
1 2 3 4 5 6 7 8 | ## Not run:
# load a single parameter object
parameter <- loadParameterObject("parameter.Rda")
# load and concatenate multiple parameter object
parameter <- loadParameterObject(c("parameter1.Rda", "parameter2.Rda"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.