Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 557 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 557 Bytes

dataplay package

Load data to play with.

Installation

You can install the development version of dataplay from GitHub with:

# install.packages("devtools")
devtools::install_github("avahoffman/dataplay")

# See the datasets available
library(dataplay)
?dataplay

Example

This is a basic example loading the NSF Survey of Earned Doctorates data:

library(dataplay)

doctorate_survey