readr
readr copied to clipboard
Add option to silence Column specification for type_convert
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.