एकल मान हाइलाइट करना

flexdashboard के साथ डैशबोर्ड बनाना

Elaine McVey

Director of Data Science

वैकल्पिक पाठ

flexdashboard के साथ डैशबोर्ड बनाना

वैकल्पिक पाठ

flexdashboard के साथ डैशबोर्ड बनाना

गेजेज़

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 के साथ डैशबोर्ड बनाना

लिंक्स

valueBox(prettyNum(num_trips, big.mark = ','), 
         caption = 'Total Daily Trips',
         icon = 'fa-bicycle',
         href = '#trip-raw-data')
flexdashboard के साथ डैशबोर्ड बनाना

अभ्यास करते हैं!

flexdashboard के साथ डैशबोर्ड बनाना

Preparing Video For Download...