Maintenance release
- Update for revisions to ICPSR website
- Update for revisions to ICPSR website
- Allows email and password to be stored in
.Renviron
for those with a strong preference for keeping account information there. Saving login information in.Rprofile
still works as before.
Provides better default for delete_zip
argument; corrects documentation.
- User-facing revisions
- Allows, if the needed login information has not been saved in the user's
.Rprofile
, for this information to be entered interactively; the information is then saved for the duration of the current session - Permits users to reset any login information saved for the current session by switching the argument
reset
toTRUE
- No longer depends on the Firefox browser
- Allows, if the needed login information has not been saved in the user's
- Internal revisions
- Uses
rvest
rather thanRSelenium
to navigate the ICPSR download process - Uses
purrr::walk
rather than afor
loop to iterate over multiple file requests
- Uses
Allows nested directories to be automatically created if necessary when specified using the download_dir
argument
First release.