Open beanumber opened 4 years ago
The marvel page in general hasn't worked well with this package in my experience.
The problem is:
html_table currently makes a few assumptions:
No cells span multiple rows
But this table has cells that span multiple rows.
Can you think of a way for this to fail more gracefully? Maybe add a tryCatch()
block?
Created on 2020-05-13 by the reprex package (v0.3.0)
Not sure what the problem is, but it's a bug in
rvest::html_table()
.