| loadSccAnalysisList | R Documentation |
Load a list of objects of type sccAnalysis from file. The file is in JSON format.
loadSccAnalysisList(file)
file |
The name of the file |
A list of objects of type sccAnalysis.
if (interactive()) {
tempFile <- file.path(tempdir(), "analyses.json")
saveSccAnalysisList(list(createSccAnalysis(analysisId = 1,
runSelfControlledCohortArgs = createRunSelfControlledCohortArgs())), tempFile)
analysisList <- loadSccAnalysisList(tempFile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.