Load a list of objects of type exposureOutcome from file. The file is in JSON format.
loadExposureOutcomeList(file)A list of objects of type exposureOutcome.
if (FALSE) { # \dontrun{
eoList <- loadExposureOutcomeList("exposureOutcomes.json")
} # }