#' Opens MSigDB entries
#'
#' @param names vector of entry names
#'
#' @return
#' @export
#'
#'
browse_msigdbr <- function(names = "MODULE_212") {
#
for (i in names) {
browseURL(paste0("https://www.gsea-msigdb.org/gsea/msigdb/cards/",
i,
".html"))
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.