Learn R Programming

openmpp (version 0.0.1)

initiate_model_download: Download Model, Model Run Results, or Input Parameters

Description

Functions to download model, model run results, or input parameters. More information about these API endpoints can be found at here.

Usage

initiate_model_download(model)

initiate_run_download(model, run)

initiate_workset_download(model, set)

delete_download_files(folder)

delete_download_files_async(folder)

get_download_log(name)

get_download_logs_model(model)

get_download_logs_all()

get_download_filetree(folder)

Value

Nothing, invisibly.

Arguments

model

Model digest or model name.

run

Model run digest, run stamp or run name, modeling task run stamp or task run name.

set

Name of workset (input set of model parameters).

folder

Download folder file name.

name

Output table name.

Examples

Run this code
if (FALSE) {
use_OpenMpp_local()
get_download_logs_model('RiskPaths')
}


Run the code above in your browser using DataLab