Session Ready
Exercise

Static table

Let's imagine that your dashboard viewers need to see how many trips started and ended at each bikeshare station to manage balancing of bikes. We can provide this information in a simple table.

Instructions
100 XP
  • Add a table in the Station Usage chart that contains the data in station_trips_df, using the kable() function.
  • Knit and expand the HTML viewer to explore the resulting table. Try scrolling down.