View source: R/functions_wrapper.R
| export_model_files | R Documentation |
Exports all model files to specified directory.
Will export all model files generated/related to the external software used. Files will be named with model name (from context) and original suffix (e.g. model.ctl for modelsearch_run1 -> modelsearch_run1.ctl). If no suffix, file will be named model name and original name (e.g. mytab for modelsearch_run1 -> modelsearch_run1_mytab)
export_model_files(context, destination_path = NULL, force = FALSE)
context |
(Context) The context |
destination_path |
(str (optional)) Path to export model files to, NULL means current working directory |
force |
(logical) Allow file overwrite (default is FALSE) |
## Not run:
ctx <- open_context("myrun")
export_model_files(ctx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.