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

Add option to silence Column specification for type_convert #1545

Open
HedvigS opened this issue Jun 24, 2024 · 2 comments
Open

Add option to silence Column specification for type_convert #1545

HedvigS opened this issue Jun 24, 2024 · 2 comments

Comments

@HedvigS
Copy link

HedvigS commented Jun 24, 2024

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.

@chainsawriot
Copy link

@HedvigS

You might consider minty, if type_convert() is the only function which you use.

@HedvigS
Copy link
Author

HedvigS commented Jul 16, 2024

@HedvigS

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!

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

No branches or pull requests

2 participants