Hands-On Exploratory Data Analysis with R
上QQ阅读APP看书,第一时间看更新

Creating data reports

Once you have finished exploring the data and you are ready to present your results, you need a way to put your observations, code, and visualizations into a great-looking report. 

The following are the list of packages that help us create fascinating reports in R, and it is mandatory that you should install them in your environment:

  • knitr: The knitr package allows us to generate dynamic reports. It also has a lot of other functionalities that make reports easy to read for both technical and non-technical audiences in a wide variety of formats.
  • R Markdown: The R Markdown package allows us to keep text, data, and graphs in one place. It also provides an input to the knitr package.