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
- Host: GitHub
- URL: https://github.com/avahoffman/dataplay
- Owner: avahoffman
- License: mit
- Created: 2022-12-08T16:44:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T18:34:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T06:42:43.059Z (about 1 year ago)
- Topics: data, data-package, r, r-package, rstats
- Language: R
- Homepage:
- Size: 3.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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
```