Packages for R
global packages that I use
task views
packages
data
- dplyr is an R package that helps you manipulate and translate data. Of all of the packages in R, dplyr is the one I use the most.
data management
risk management
finance
time series
design
- knitr
- rmarkdown
- markdown
-
kable “The
kable()
function in knitr is a very simple table generator, and is simple by design. It only generates tables for strictly rectangular data such as matrices and data frames.” It will output RMarkdown, HTML, LaTeX, and reStructuredText tables. - kableExtra A powerful package that helps you modify the simple tables you create with kable. You can modify the style of each cell, column or row, even with logical statements.