Chapter 1 Overview

This document has code embedded throughout. In the next section we will create a visualization using the already loaded dataset eth_data:

datatable(eth_data)

The table above uses the DT package (Xie, Cheng, and Tan 2020). The bookdown package (Xie 2016) is packed with functionality, including in-text citations that automatically generate the references as we have done here.

References

Xie, Yihui. 2016. Bookdown: Authoring Books and Technical Documents with R Markdown. Boca Raton, Florida: Chapman; Hall/CRC. https://github.com/rstudio/bookdown.

Xie, Yihui, Joe Cheng, and Xianying Tan. 2020. DT: A Wrapper of the Javascript Library ’Datatables’. https://CRAN.R-project.org/package=DT.