jjb
The goal of jjb is to provide tools frequently used in analyses. As a
result, the package contains a large amount of functions I use in day to day
analyses.
Installation
The jjb package is available on both CRAN and GitHub. The CRAN version is
considered stable while the GitHub version is in a state of development and
may break.
You can install the stable version of the jjb package with:
install.packages("jjb")For those who like living on the edge, feel free to use a copy of the development version by doing:
# Install devtools
install.packages("devtools")
# Install the package from github
devtools::install_github("coatless/jjb")Usage
library("jjb")Licensing
GPL (>= 2)