exportTemplate {imola} | R Documentation |
Export a template
Description
Exports a template into a file for storage and later usage. Exported template can be retrieved from their file form by using importTemplate.
Usage
exportTemplate(template, path)
Arguments
template |
A template object generated with gridTemplate. |
path |
The file path where to export the system to, including the file
name and extension. The file name must end with a |
Value
No return value, called for side effects.
[Package imola version 0.5.0 Index]