1. Learn
  2. /
  3. Courses
  4. /
  5. Building Dashboards with flexdashboard

Exercise

Making the Dataframe Reactive

Now let's have our dataframe change based on user inputs.

Instructions

100 XP
  • Create a reactive "dataframe" called show_trips_df that only contains the range of start times the user selected (inclusive). Put the code for this in the same chunk as your sliderInput() to keep things neat.
  • Run the document and change the inputs. Note what happens (or doesn't).