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

Connected

exercițiu

Making the Dataframe Reactive

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

Instrucțiuni

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).