prepareForEvidenceExplorer: Prepare results for the Evidence Explorer Shiny app.

Description Usage Arguments Examples

View source: R/ShinyApps.R

Description

Prepare results for the Evidence Explorer Shiny app.

Usage

1
prepareForEvidenceExplorer(resultsZipFile, dataFolder)

Arguments

resultsZipFile

Path to a zip file containing results from a study executed by this package.

dataFolder

A folder where the data files for the Evidence Explorer app will be stored.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Add results from three databases to the Shiny app data folder:
prepareForEvidenceExplorer("ResultsMDCD.zip", "/shinyData")
prepareForEvidenceExplorer("ResultsMDCR.zip", "/shinyData")
prepareForEvidenceExplorer("ResultsCCAE.zip", "/shinyData")

# Launch the Shiny app:
launchEvidenceExplorer("/shinyData")

## End(Not run)

ABMI/ARBvsCCBinConfirmedCovid documentation built on April 2, 2020, 9:08 p.m.