https://github.com/pythoncoderunicorn/rladiesdata
RLadies data pkg
https://github.com/pythoncoderunicorn/rladiesdata
Last synced: 10 months ago
JSON representation
RLadies data pkg
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/rladiesdata
- Owner: PythonCoderUnicorn
- License: cc-by-4.0
- Created: 2022-01-22T14:18:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T21:08:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T20:24:15.448Z (11 months ago)
- Language: R
- Homepage: https://pythoncoderunicorn.github.io/RLadiesData/
- Size: 511 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 !