Events class
ae_lAdverse Events data AE and supplemental Adverse Events data SUPP
dv_lProtocol Deviations data DV and supplemental Protocol Deviations data SUPPDV
mh_lMedical History data MH and supplemental Medical History data SUPPMH
apmh_lAssociated Persons Medical History data APMH and supplemental Associated Persons Medical History data SUPP
1 2 3 4 5 6 7 8 | library(DBI)
library(sqldf)
studies_dir <- system.file("extdata", "ImmPortStudies", package = "RImmPort")
db_dir <- file.path(studies_dir, "Db")
sqlite_conn <- dbConnect(SQLite(), dbname=file.path(db_dir, "ImmPort.sqlite"))
setImmPortDataSource(sqlite_conn)
sdy139 <- getStudy("SDY139")
ae_df <- sdy139$events$ae_l$ae_df
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.