-
Notifications
You must be signed in to change notification settings - Fork 37
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
The output of glimpse()
is too wide in RStudio Visual Editor mode
#656
Comments
Thanks. The width is controlled by |
It seems that the In the IDE, the |
Can you please take this to https://github.com/rstudio/rstudio then? This will also affect other packages that use the |
glimpse()
is too wide for RStudio in Visual Markdown modeglimpse()
is too wide in RStudio Visual Editor mode
In RStudio Visual Markdown mode, the output of
glimpse()
is distorted (the summary of one column does not fit into a single line)Steps to reproduce the issue:
glimpse()
on the data frame.Current output of
pillar::glimpse(iris)
:Expected output (the output in console):
If the editor's pane is made even wider, the issue gets even worse:
The text was updated successfully, but these errors were encountered: