loadExposureOutcomeList: Load a list of exposureOutcome from file

View source: R/Analyses.R

loadExposureOutcomeListR Documentation

Load a list of exposureOutcome from file

Description

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

Usage

loadExposureOutcomeList(file)

Arguments

file

The name of the file

Value

A list of objects of type exposureOutcome.

Examples


tempFile <- file.path(tempdir(), "exposureOutcomes.json")
saveExposureOutcomeList(list(createExposureOutcome(1124300, 444382)), tempFile)
eoList <- loadExposureOutcomeList(tempFile)


SelfControlledCohort documentation built on June 17, 2026, 5:07 p.m.