Nothing
#' @import shiny
#' @import utils
#' @import htmltools
#' @importFrom jsonlite fromJSON
#'
#' @export
#'
utils::globalVariables(c("updateSelectInput", "updateCheckboxGroupInput", "updateDateInput", "updateDateRangeInput", "updateCheckboxInput", "updateRadioButtons", "updateTextInput", "renderText"))
# drop all the NULL items, adapted from shiny pkg
rmNULL <- function(x) {
x[!vapply(x, is.null, FUN.VALUE=logical(1))]
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.