An open API service indexing awesome lists of open source software.

https://github.com/avahoffman/dataplay

πŸ€Έβ€β™‚οΈ Load data to play with
https://github.com/avahoffman/dataplay

data data-package r r-package rstats

Last synced: about 1 year ago
JSON representation

πŸ€Έβ€β™‚οΈ Load data to play with

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# `dataplay` package

Load data to play with.

## Installation

You can install the development version of dataplay from [GitHub](https://github.com/) with:

``` r
# 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:

```{r example, eval = FALSE}
library(dataplay)

doctorate_survey

```