StudyBackground
StudyBackground.Rd
StudyBackground Module that contains background information and the EUPAS.
Super class
DarwinShinyModules::ShinyModule
-> StudyBackground
Active bindings
background
(
character(n)
) Either the direct background, or the contents of a markdown (.md) file.EUPAS
(
character(1)
) EUPAS belonging to the study.text
(
Text
) A Text module.
Examples
library(DarwinShinyModules)
studyBackground <- StudyBackground$new(
background = "./background.md",
EUPAS = "EUPAS9999999"
)
if (interactive()) {
preview(studyBackground)
}