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
When embedding readr::type_convert in other functions it can be inconvenient to have the Column specification message. I could silence it by wrapping it in suppressMessages(), but then I might miss other relevant information.
Can readr::type_convert please have the optional argument for silencing specifically Column specification? It could be the same as for the read functions, i.e. show_col_types.
The text was updated successfully, but these errors were encountered:
You might consider minty, if type_convert() is the only function which you use.
Thanks for the suggestion! I use readr for more functions, and I'd prefer when possible to not depend on too many different packages. but I appreciate the suggestion!
When embedding readr::type_convert in other functions it can be inconvenient to have the Column specification message. I could silence it by wrapping it in suppressMessages(), but then I might miss other relevant information.
Can readr::type_convert please have the optional argument for silencing specifically Column specification? It could be the same as for the read functions, i.e.
show_col_types
.The text was updated successfully, but these errors were encountered: