- Updated for changes to Pew websites.
- Updated to accommodate revisions to upstream dependencies.
- Works with the revised Pew Research Center website, which necessitated a switch back to
RSeleniumfromrvest. - By default, automatically converts downloaded datafiles to .RData format.
- Faster
- Revised the function to be more compact with the
rvestfunctions. - Replaced the
if-else ifchains with the switch statements. - Overwrote the
forloop by asapplyfunction.
- Revised the function to be more compact with the
- More user-friendly
- Users do not need to set up the
.Rprofileby themselves. If the information is missing the function will automatically call an input request at the terminal to ask for required information for the downloading. - Users can reset the register information stored in the
.Rprofileby switching the argumentresettoTRUE. - The function no longer relies on the Firefox browser.
- Users do not need to set up the
Allows nested directories to be automatically created if necessary if specified using the download_dir argument
First release.