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

Documentation of html_table doesn't mention logical conversion #330

Open
dmurdoch opened this issue Aug 20, 2021 · 0 comments
Open

Documentation of html_table doesn't mention logical conversion #330

dmurdoch opened this issue Aug 20, 2021 · 0 comments

Comments

@dmurdoch
Copy link

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.

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

No branches or pull requests

2 participants