get_run_microdata {openmpp}R Documentation

Read Run Microdata

Description

Functions for retrieving microdata from model runs. More information about these API endpoints can be found at here.

Usage

get_run_microdata(model, run, name)

get_run_microdata_csv(model, run, name)

Arguments

model

Model digest or model name.

run

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

name

Microdata entity name.

Value

A list or tibble.

Examples

## Not run: 
use_OpenMpp_local()
get_run_microdata_csv("RiskPaths", "53300e8b56eabdf5e5fb112059e8c137", "Person")

## End(Not run)


[Package openmpp version 0.0.1 Index]