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

https://github.com/pythoncoderunicorn/rladiesdata

RLadies data pkg
https://github.com/pythoncoderunicorn/rladiesdata

Last synced: 10 months ago
JSON representation

RLadies data pkg

Awesome Lists containing this project

README

          

# RLadiesData

RLadies data pkg is a dataset package for RLadies meetups, to have datasets that are specific for RLadies use. The datasets are not all cleaned and tidy for educational learning reasons.

You can install this package with
```
remotes::install_github("PythonCoderUnicorn/RLadiesData")
```

To load the library
```
library(RLadiesData)
```

You can also select which dataset you want to work with.
```
RLadiesData::Happiness
```

Available datasets are:

- CountryCapitals
- Happiness
- PhillyFarmersMarket
- RLadiesChapters

## Special thanks to
- RLadies Freiburg & Philadelphia for their datasets

## More to come !