Session Ready
Exercise

Adding User Input

Now let's add some user inputs!

Instructions
100 XP
  • Add a sliderInput() to the side bar with inputId "start_slider".
  • Label the input "Select trip start times to display (hour of day):".
  • Set the minimum and maximum to 0 and 24.
  • Set the initial value to select 7am to 10am.
  • Set the step to one hour.