Skip to content

jaanos/rvest-table-fill

Repository files navigation

Bug in rvest version 0.3.2 (and later) function html_table with multirow cells

The html_table function from the rvest library can be used to read HTML tables with an uneven number of cells in each row. In the case of cells spanning multiple rows or columns, their contents are supposed to be replicated in each of the spanned cells of the resulting data frame.

Support for multirow cells has been added in version 0.3.2, however, html_table unfortunately misplaces some data. The problem persists in version 0.3.4 and has finally been fixed in the version that will become 0.3.7.

This repository provides three notebooks illustrating the following

About

A repository demonstrating a bug in rvest 0.3.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published