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

Printing structure using str fails with col_big_integer #477

Closed
bart1 opened this issue Nov 9, 2022 · 0 comments · Fixed by #478
Closed

Printing structure using str fails with col_big_integer #477

bart1 opened this issue Nov 9, 2022 · 0 comments · Fixed by #478

Comments

@bart1
Copy link
Contributor

bart1 commented Nov 9, 2022

The following command fails in rstudio when colorizing the output of str because col_big_integer is not in the switch statement:

vroom(I("x,y\n1,2\n3,4\n"), col_types = list(y=col_integer(), x=col_big_integer())) |> str()

Note this does work when the output is not colorized for example in reprex, I believe the col_big_integer is omitted here:

for (i in seq_along(cols)) {

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

Successfully merging a pull request may close this issue.

1 participant