About 110,000 results
Open links in new tab
  1. Shiny - Welcome to Shiny

    Shiny is a package that makes it easy to create interactive web apps using R and Python.

  2. Shiny

    Shiny is a package that makes it easy to create interactive web apps using R and Python.

  3. Web Application Framework for R • shiny

    Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, …

  4. Shiny (web framework) - Wikipedia

    Shiny creates a reactive context wherein the user specifies, through input variables, the circumstances under which computations are re-executed, or graphs (often visualizations) re-rendered; this occurs …

  5. shinyapps.io

    Documentation See the shinyapps.io user guide for instructions on how to use shinyapps.io. New to Shiny? Check out the Shiny Dev Center, where you can find documentation, tutorials and examples …

  6. CRAN: Package shiny

    Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, …

  7. GitHub - rstudio/shiny: Easy interactive web applications with R

    Easy interactive web applications with R. Contribute to rstudio/shiny development by creating an account on GitHub.

  8. Welcome | Mastering Shiny

    Welcome This is the online version of Mastering Shiny by Hadley Wickham, published by O’Reilly Media in April 2021. Shiny is a framework for creating web applications using R code. It is designed …

  9. Shiny for R :: Cheatsheet

    Building an App A Shiny app is a web page (ui) connected to a computer running a live R session (server). ... Users can manipulate the UI, which will cause the server to update the UI’s display (by …

  10. Chapter 1 Your first Shiny app | Mastering Shiny

    1 Your first Shiny app 1.1 Introduction In this chapter, we’ll create a simple Shiny app. I’ll start by showing you the minimum boilerplate needed for a Shiny app, and then you’ll learn how to start and …