prepareForEvidenceExplorer | R Documentation |
Prepare results for the Evidence Explorer Shiny app.
prepareForEvidenceExplorer(resultsZipFile, dataFolder)
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. |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.