+ - 0:00:00
Notes for current slide
Notes for next slide

Semillero R

Sesión 6: Tableros de datos - flexdashboard

Universidad Nacional - Universidad de Antioquia

2021-05-24

1 / 8

Diseños de múltiples páginas

3 / 8

Componentes adicionales

library(flexdashboard)
valueBox(
value = 42,
caption = "Texto...",
icon = "fa-thumbs-down",
color = "#7dcf9c"
)
library(flexdashboard)
gauge(
value = 80, min = 0, max = 100,
label = "Rendimiento", symbol = "%",
gaugeSectors(
success = c(80, 100),
warning = c(40, 79),
danger = c(0, 39)
)
)
5 / 8

8 / 8
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow