You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).