library(shiny)
library(shinyWidgets)
library(dplyr)
library(ggplot2)
library(DT)
library(shinythemes)
library(reshape2)
library(knitr)
library(kableExtra)
### helper functions
addline_format <- function(x){
gsub(' OR ','\nOR\n', x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.