| loadExposureOutcomeList | R Documentation |
Load a list of objects of type exposureOutcome from file. The file is in JSON format.
loadExposureOutcomeList(file)
file |
The name of the file |
A list of objects of type exposureOutcome.
tempFile <- file.path(tempdir(), "exposureOutcomes.json")
saveExposureOutcomeList(list(createExposureOutcome(1124300, 444382)), tempFile)
eoList <- loadExposureOutcomeList(tempFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.