initiate_run_upload {openmpp} | R Documentation |
Upload Model Runs or Worksets
Description
Functions to upload model run results or input parameters (worksets). More information about these API endpoints can be found at here.
Usage
initiate_run_upload(model, run, data)
initiate_workset_upload(model, set, data)
delete_upload_files(folder)
delete_upload_files_async(folder)
get_upload_log(name)
get_upload_logs_model(model)
get_upload_logs_all()
get_upload_filetree(folder)
Arguments
model |
Model digest or model name. |
run |
Model run digest, run stamp or run name, modeling task run stamp or task run name. |
data |
Data used for the body of the request. |
set |
Name of workset (input set of model parameters). |
folder |
Upload folder file name. |
name |
Output table name. |
Value
Nothing, invisibly.
Examples
## Not run:
use_OpenMpp_local()
get_upload_logs_all()
## End(Not run)
[Package openmpp version 0.0.1 Index]