Session Ready
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 selectInput() to keep things neat.
  • Run the document and change the inputs. Note what happens (or doesn't).