Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gracefully handle tables with only empty rows #360

Merged
merged 5 commits into from
Jan 23, 2024
Merged

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
12 checks passed
@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