# NOT RUN {
# 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")
# }
Run the code above in your browser using DataLab