Highlighting single values

flexdashboard ile Panolar Oluşturma

Elaine McVey

Director of Data Science

alt text

flexdashboard ile Panolar Oluşturma

alt text

flexdashboard ile Panolar Oluşturma

Gauges

gauge(value = pct_subscriber_trips,
      min = 0,
      max = 100)

gauge(value = pct_subscriber_trips,
      min = 0,
      max = 100,
      sectors = gaugeSectors(
                  success = c(90, 100), 
                  warning = c(70, 89), 
                  danger = c(0, 69)
                  ),
      symbol = '%')
flexdashboard ile Panolar Oluşturma

Links

valueBox(prettyNum(num_trips, big.mark = ','), 
         caption = 'Total Daily Trips',
         icon = 'fa-bicycle',
         href = '#trip-raw-data')
flexdashboard ile Panolar Oluşturma

Let's practice!

flexdashboard ile Panolar Oluşturma

Preparing Video For Download...