| saveExposureOutcomeList | R Documentation |
Write a list of objects of type exposureOutcome to file. The file is in JSON format.
saveExposureOutcomeList(exposureOutcomeList, file)
exposureOutcomeList |
The exposureOutcome list to be written to file |
file |
The name of the file where the results will be written |
Invisibly returns NULL. Saves the exposure-outcome list to file as a side effect.
if (interactive()) {
eo1 <- createExposureOutcome(exposureId = 1124300, outcomeId = 444382)
saveExposureOutcomeList(list(eo1), file.path(tempdir(), "exposureOutcomes.json"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.