Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 612 Bytes

File metadata and controls

12 lines (11 loc) · 612 Bytes

v0.5.0 // 13-01-2022

  • Improvement to table parsing inherited from recent changes in rvest::html_table()
  • retry_times argument to allow retrying of URLs after failure
  • Ellipsis added html_df() to allow passing of extra arguments to GET request
  • chrome_args argument added for passing command line arguments to Chromium
  • Increased default timeout parameter to 30s
  • Fix bug leading to error when trying to read pages containing large JSON
  • Fix to ensure timeout is respected

v0.4.0 // 17-08-2021

  • Allow simple use of headless chrome via chrome_bin argument
  • HTTP status column added