Description Usage Arguments Value See Also Examples
Make a copy of a named model/variant and documentation in a user defined workspace
1 |
model.name |
Name of model to copy. |
model.variant |
Name of model variant to copy. |
source.path |
Relative path from the current working directory to the source model to be copied. Setting source.path="" is valid. Default source.path=NULL, meaning read a North Sea model setup from the package folder extdata/Models. |
dest.path |
Relative path from the current working directory to a destination address in which to create a 'Models' folder if necessary, and then copy the model files. Setting dest.path="" is valid. Default dest.path=NULL in which case the Models folder will be created in a temporary directory. |
A copy of an entire model/variant and the associated documentation folder in the designated workspace.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Copy the 2003-2013 version of the North Sea model supplied with the package into a
# temporary folder:
e2e_copy("North_Sea", "2003-2013")
# Dummy example illustrating copy the 2003-2013 version of the North Sea model
# supplied with the package into a user-defined folder (edit "Folder/Models to
# your own relative path):
# e2e_copy("North_Sea", "2003-2013",dest.path="Folder/Models")
# Dummy example illustrating copying a user model into a user workspace:
# Replace "Folder1/Models" and "Folder2/Models" with your own source.path and dest.path
# remembering that these are relative to the current working directory.
# e.g.... e2e_copy("Modelname", "Modelvariant",
# source.path="Folder1/Models",
# dest.path="Folder2/Models")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.