Introduction

The following chapters give you a grab bag of useful techniques. I think everyone should start with Chapter 5, because it gives you important tools for developing and debugging apps, and getting help when you’re stuck.

After that, there’s no prescribed order and relatively few connections between the chapters: I’d suggest quickly skimming to get the lay of the land (and so you might remember these tools if related problems crop up in the future), and otherwise only deeply reading the bits that you currently need.

Overview of “Shiny in action” chapters

Here’s a quick run down of the main topics of the “Shiny in action” chapters:

  • Chapter gives you important tools for developing and debugging apps, and getting help when you’re stuck.
  • Chapter details the various ways you can layout input and output components on a page, and how you can customize their appearance with themes.
  • Chapter shows you how to add direct interaction to your plot and how to display images generated in other ways.
  • Chapter covers a family of techniques (including inline errors, notifications, progress bars, and dialog boxes) for giving feedback to your users while your app runs.
  • Chapter discusses how to transfer files to and from your app.
  • Chapter shows you how to dynamic modify your apps user interface while it runs.
  • Chapter shows how to record app state in such a way that your users can bookmark it.
  • Chapter shows you how to allow users to select variables when working with tidyverse packages.