View source: R/packOPUDataPack.R
packOPUDataPack | R Documentation |
Takes an OPU Data Pack template, combines it with data pulled from DATIM API, and produces an OPU Data Pack ready for distribution.
packOPUDataPack(
d,
undistributed_mer_data = NULL,
expand_formulas = FALSE,
d2_session = dynGet("d2_default_session", inherits = TRUE)
)
d |
Datapackr sidecar object |
undistributed_mer_data |
Data from the |
expand_formulas |
Write all formulas on right side of PSNUxIM tab, not just the first row. |
d2_session |
DHIS2 Session id. R6 datimutils object which handles authentication with DATIM. |
Exports an OPU Data Pack to Excel within output_folder
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.