Skip to content

Gracefully handle tables with only empty rows#360

Merged
hadley merged 5 commits intotidyverse:mainfrom
epiben:main
Jan 23, 2024
Merged

Gracefully handle tables with only empty rows#360
hadley merged 5 commits intotidyverse:mainfrom
epiben:main

Conversation

@epiben
Copy link
Contributor

@epiben epiben commented Sep 26, 2022

Although it's an edge case, html_table now handles tables that consist of only empty rows, such as <table><tr></tr></table> and <table><tr></tr><tr></tr></table>. These kinds of tables are probably rare, but the issue was raised today, and so they evidently exist in the wild.

@hadley hadley merged commit b3b6916 into tidyverse:main Jan 23, 2024
@hadley
Copy link
Member

hadley commented Jan 23, 2024

Thanks @epiben!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants