Nothing
# app.R
# Load required packages
library(shiny)
library(greenfeedr)
library(readr)
library(readxl)
library(plotly)
library(fontawesome)
library(dplyr)
library(tidyr)
library(DT)
library(stringr)
library(httr)
library(rlang)
library(stats)
# Set upload size limit
options(shiny.maxRequestSize = 100 * 1024^2)
# Source UI and server
source("app_ui.R")
source("app_server.R")
# Launch the app
shinyApp(ui, server)
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.