By the end of this practical you will know how to:
.Rmd
).html
or .pdf
reportFile | Description | Rows | Columns |
---|---|---|---|
mcdonalds.csv | Nutrition information from McDonalds menu items | 260 | 24 |
happiness.csv | Results from the World Health Organisation happiness survey | 155 | 12 |
Package | Installation |
---|---|
tidyverse |
install.packages("tidyverse") |
knitr |
install.packages("knitr") |
DT |
install.packages("DT") |
broom |
install.packages("broom") |
rmdformats |
install.packages("rmdformats") |