Description Usage Value Examples
Get a list of all studies
1 |
List of study indentifiers
1 2 3 4 5 6 7 | 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)
study_ids <- getListOfStudies()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.