Shiny First Steps

In the previous chapter, we looked at R, learned some of its basic syntax, and saw some examples of the power and flexibility that R and Shiny offer. This chapter introduces the basics of Shiny. In this chapter, we're going to build our own application to interactively explore the Gapminder data described in the previous chapter. We will cover the following topics:

  • The types of Shiny application—R Markdown, single-file, two-file, Shiny gadgets
  • Interactive Shiny documents in R Markdown
  • Single-file Shiny applications
  • Two-file Shiny applications
  • A minimal example of a full Shiny application
  • Widget types
  • The basic structure of a Shiny program
  • The selection of simple input widgets (checkboxes and combo buttons)
  • The selection ...

Get Web Application Development with R Using Shiny - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.