flipbooks
Flipbooks can be used for:
- Education
- Reference
- Communication
- Transparency
library(flipbookr)
cars %>%
filter(speed > 4) %>%
ggplot() +
aes(x = speed) + #BREAK
aes(y = dist) + #BREAK
geom_point(
alpha = .8,
color = "blue"
) +
aes(size = speed) #BREAK