Skip to content

rvest 0.3.2

Compare
Choose a tag to compare
@hadley hadley released this 17 Jun 21:49
  • Fixes to follow_link() and back() to correctly manage session history.
  • If you're using xml2 1.0.0, html_node() will now return a "missing node".
  • Parse rowspans and colspans effectively by filling using repetition from
    left to right (for colspan) and top to bottom (rowspan) (#111)
  • Updated a few examples and demos where the website structure has
    changed.
  • Made compatible with both xml2 0.1.2 and 1.0.0.