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
The convert arg of html_table() is documented as "If TRUE, will run type.convert() to interpret texts as integer, double, or NA." In fact, I just got caught by the fact that the underlying type.convert() function converts "T" and "F" to TRUE and FALSE. I'd add that to the docs.
As a suggestion, perhaps the convert arg could be a vector, and only convert columns for which it is TRUE.
The text was updated successfully, but these errors were encountered:
The
convert
arg ofhtml_table()
is documented as "If TRUE, will run type.convert() to interpret texts as integer, double, or NA." In fact, I just got caught by the fact that the underlyingtype.convert()
function converts "T" and "F" toTRUE
andFALSE
. I'd add that to the docs.As a suggestion, perhaps the
convert
arg could be a vector, and only convert columns for which it isTRUE
.The text was updated successfully, but these errors were encountered: