README.md

umbcustom

umbcustom is an R package that contains a set of custom defined functions for empirical work.

Installation

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)

Organization of files

R: contains R scripts with user defined functions.

man: contains Rmd documentation created with roxygen2.



umbertocollodel/umbcustom documentation built on Feb. 26, 2020, 11:28 a.m.