montagu_burden_estimate_set_upload: Deletes all uploaded rows from an incomplete burden estimate...

Description Usage Arguments Value

View source: R/burden.R

Description

Burden estimate sets define a set of results for a modelling group. They are specific to a touchstone and scenario. Usually, they will be the populated version of the burden estimate set template, which a modelling group can download, and defines the columns and rows for all the countries, ages and years that are expected from that group, for that scenario. The modelling group then overwrites the missing values with results from their model, and submits the results to Montagu.

Usage

1
2
3
montagu_burden_estimate_set_upload(modelling_group_id, touchstone_id,
  scenario_id, burden_estimate_set_id, data, lines = 10000L,
  keep_open = FALSE, location = NULL)

Arguments

modelling_group_id

Modelling group identifier

touchstone_id

Touchstone identifier

scenario_id

Scenario identifier

burden_estimate_set_id

Burden estimate set created by montagu_burden_estimate_set_crete

data

Data frame containing burden estimates.

lines

Number of lines to chunk the files into

keep_open

Keep the burden estimate set open after upload?

location

The montagu server to connect to.

Value

The id of the burden estimate set


vimc/montagu-r documentation built on Oct. 10, 2019, 9:10 p.m.