Datasets found in R

datasets
Author

Dr. Joscelin Rocha-Hidalgo

Published

July 28, 2022

Buy me a coffeeBuy me a coffee


This is an archive of datasets distributed within R. I love this list because it is alphabetized and I can also get the CSVs from it.

  1. The database is here: https://vincentarelbundock.github.io/Rdatasets/datasets.html

Screenshot of a data table listing datasets from the "AER" package. Columns include Package, Item, Title, Rows, Cols, and counts for data types (binary, character, factor, logical, numeric). Each dataset also includes links to download the CSV and documentation (DOC). Examples include "Affairs" (Fair's Extramarital Affairs Data, 601 rows, 9 columns), "CollegeDistance" (College Distance Data, 4739 rows, 14 columns), and "CPS1988" (Determinants of Wages Data, 281,555 rows, 7 columns).

Back to top