umbcustom is an R package that contains a set of custom defined functions for empirical work.
Install and load the devtools
package:
install.packages("devtools")
library(devtools)
Install package from GitHub:
devtools::install_github("umbertocollodel/umbcustom")
Finally, since the package makes an heavy use of tidyverse
, make sure it is installed:
install.packages("tidyverse")
library(tidyverse)
R: contains R scripts with user defined functions.
man: contains Rmd documentation created with roxygen2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.