icpsrdata
icpsrdata copied to clipboard
Reproducible data downloads from the ICPSR data archive
I received the following warning when downloading file_id 8348: ` `submit_form()` was deprecated in rvest 1.0.0. ℹ Please use `session_submit()` instead. ℹ The deprecated feature was likely used in the...
Is there a way to download a whole time series from ICPSR, i.e. including several datasets?
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_icpsrdata.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `usethis::use_github_links()` * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual...
Hello, I am trying to use `icpsrdata` to download some datasets from ICPSR. I am following your help file example ``` library(icpsrdata) icpsr_download(file_id = 36138) ``` and receive the following...