Load a list of objects of type exposureOutcome from file. The file is in JSON format.

loadExposureOutcomeList(file)

Arguments

file

The name of the file

Value

A list of objects of type exposureOutcome.

Examples

if (FALSE) { # \dontrun{
eoList <- loadExposureOutcomeList("exposureOutcomes.json")
} # }