Skip to content

rvest 1.0.1

Choose a tag to compare

@hadley hadley released this 30 Jul 15:02
  • html_table() correctly handles tables with cells that contain blank values
    for rowspan and/or colspan, so that e.g. <td rowspan=""> is parsed as
    <td rowspan=1> (@epiben, #323).

  • Fix broken example