Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

rtimes v0.4.0

Compare
Choose a tag to compare
@sckott sckott released this 10 May 21:17
· 26 commits to master since this release

NEW FEATURES

  • as_search gains new parameter all_results to internally
    paginate to get all results. In addition, user can optionally
    have the function attempt to flatten completely the output
    data.frame, but sometimes may fail so isn't turned on by
    default (#15)

MINOR IMPROVEMENTS

  • Now API keys have to be stored as environment variables instead
    of options (#12)
  • Campaign and Congress APIs moved to Propublica. Updated base URLs, etc
    for the move, but many routes still not covered. (#13)
  • Replace dplyr::rbind_all with dplyr::bind_rows (#14)