#' @title Launch Application
#' @export
launch_app <- function()
{
input.good = paste(getwd(), "GEOmetadb.sqlite", sep="/")
library(GEOmetadb)
getSQLiteFile(destdir = getwd(), destfile = "GEOmetadb.sqlite.gz")
shiny::runApp(system.file('GENT', package = "GeneExpressionNetworkToolkit"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.