devtools::load_all(path = '/data/RNA-seq_project/pipeline/RNASeqDE/')
library(rhandsontable)
library(cowplot)
library(shinydashboardPlus)
library(shinydashboard)
library(shinyjs)
library(shinyalert)
library(shinyFeedback)
library(shiny)
library(shinyWidgets)
library(purrr)
library(ggplot2)
library(configr)
library(readxl)
library(jsonlite)
library(stringr)
library(gridGraphics)
library(splitstackshape)
library(GOfuncR)
shinyOptions("shiny.launch.browser" = T)
shinyOptions("shiny.trace" = T)
shinyOptions("shiny.autoreload" = T)
options(shiny.reactlog=TRUE)
options(shiny.fullstacktrace = TRUE)
options(shiny.error = NULL)
# set maximum input file size (here 30Mo)
options(shiny.maxRequestSize = 30 * 1024^2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.