# NOT RUN {
data <- iris[10:29, ]
## Standard void theme
reactable(data,
theme = sanfran())
## Additional options applied
reactable(data,
theme = sanfran(font_size = 12, font_color = "grey"))
# }
Run the code above in your browser using DataLab