All Projects → fsolt → Icpsrdata

fsolt / Icpsrdata

Licence: other
Reproducible data downloads from the ICPSR data archive

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Icpsrdata

Assertr
Assertive programming for R analysis pipelines
Stars: ✭ 355 (+4971.43%)
Mutual labels:  r-package, rstats
Proj
⛔️ [DEPRECATED] R wrapper for proj4js
Stars: ✭ 5 (-28.57%)
Mutual labels:  r-package, rstats
Magick
Magic, madness, heaven, sin
Stars: ✭ 362 (+5071.43%)
Mutual labels:  r-package, rstats
Pdftools
Text Extraction, Rendering and Converting of PDF Documents
Stars: ✭ 349 (+4885.71%)
Mutual labels:  r-package, rstats
Gtsummary
Presentation-Ready Data Summary and Analytic Result Tables
Stars: ✭ 450 (+6328.57%)
Mutual labels:  r-package, rstats
Stplanr
Sustainable transport planning with R
Stars: ✭ 352 (+4928.57%)
Mutual labels:  r-package, rstats
Shinyjs
💡 Easily improve the user experience of your Shiny apps in seconds
Stars: ✭ 566 (+7985.71%)
Mutual labels:  r-package, rstats
Rplos
R client for the PLoS Journals API
Stars: ✭ 289 (+4028.57%)
Mutual labels:  r-package, rstats
Metaflow
🚀 Build and manage real-life data science projects with ease!
Stars: ✭ 5,108 (+72871.43%)
Mutual labels:  r-package, rstats
Tabulizer
Bindings for Tabula PDF Table Extractor Library
Stars: ✭ 413 (+5800%)
Mutual labels:  r-package, rstats
Ggextra
📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
Stars: ✭ 299 (+4171.43%)
Mutual labels:  r-package, rstats
Vitae
R Markdown Résumés and CVs
Stars: ✭ 627 (+8857.14%)
Mutual labels:  r-package, rstats
Targets
Function-oriented Make-like declarative workflows for R
Stars: ✭ 293 (+4085.71%)
Mutual labels:  r-package, rstats
Tweetbotornot
🤖 R package for detecting Twitter bots via machine learning
Stars: ✭ 355 (+4971.43%)
Mutual labels:  r-package, rstats
Rhub
R-hub API client
Stars: ✭ 292 (+4071.43%)
Mutual labels:  r-package, rstats
Dataexplorer
Automate Data Exploration and Treatment
Stars: ✭ 362 (+5071.43%)
Mutual labels:  r-package, rstats
Rnoaa
R interface to many NOAA data APIs
Stars: ✭ 278 (+3871.43%)
Mutual labels:  r-package, rstats
Ggpointdensity
📈 📊 Introduces geom_pointdensity(): A Cross Between a Scatter Plot and a 2D Density Plot.
Stars: ✭ 286 (+3985.71%)
Mutual labels:  r-package, rstats
Visdat
Preliminary Exploratory Visualisation of Data
Stars: ✭ 377 (+5285.71%)
Mutual labels:  r-package, rstats
Timevis
📅 Create interactive timeline visualizations in R
Stars: ✭ 470 (+6614.29%)
Mutual labels:  r-package, rstats

CRAN version Travis-CI Build Status

icpsrdata

icpsrdata is an R package that provides reproducible, programmatic access to datasets stored in the Inter-university Consortium for Political and Social Research archive.

To install:

  • the latest released version: install.packages("icpsrdata")
  • the latest development version:
if (!require(remotes)) install.packages("remotes")
remotes::install_github("fsolt/icpsrdata")

The Inter-university Consortium for Political and Social Research, in its own words, "provides leadership and training in data access, curation, and methods of analysis for the social science research community." The ICPSR data archive stores thousands of datasets on a wide range of topics. Researchers taking advantage of these datasets, however, are caught in a bind. The terms and conditions for downloading any ICPSR dataset state that one agrees "not to redistribute data or other materials without the written agreement of ICPSR." But to ensure that one's work can be reproduced, assessed, and built upon by others, one must provide access to the raw data one employed. The icpsrdata package cuts this knot by providing programmatic, reproducible access to ICPSR's datasets from within R.

For more details, check out the vignette.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].