Nothing
R Shiny is a powerful framework for building interactive web applications with R. Learn more at shiny.posit.co.
Install Shiny from CRAN using the code below:
install.packages("shiny")
library(shiny)
A basic Shiny app requires:
shinyApp() to combine bothTip: Use
shinyApp()for simple apps or create separateui.Randserver.Rfiles for larger projects.
For inline code, use backticks like runApp() to execute your application.
Ready to build? Start with shinyAppTemplate() and customize from there!
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.