readr icon indicating copy to clipboard operation
readr copied to clipboard

Add option to silence Column specification for type_convert

Open HedvigS opened this issue 1 year ago • 4 comments

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.

HedvigS avatar Jun 24 '24 08:06 HedvigS