Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 382 Bytes

HRdatasets

This R package contains several HR datasets.

To install and load the package, type the following instructions in the R console:

devtools::install_github("vicencfernandez/HRdatasets")
library(HRdatasets)

Once you have installed and loaded the package, you can see what datasets are available typing in the R console:

data(package = "HRdatasets")