You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like an option to limit the maximum rows/cols for latex output. An option similar to options(dplyr.print_max = 10) would be good. There should be some indication of how many rows & columns are omitted, similar to the tibble string output.
I have a few tables with hundreds of rows and columns. In the notebook preview these print nicely as tibble truncated tables (10 rows max), but when rendered to PDF I get pages of tables which also overflow the right margin.
The text was updated successfully, but these errors were encountered:
I would like an option to limit the maximum rows/cols for latex output. An option similar to
options(dplyr.print_max = 10)
would be good. There should be some indication of how many rows & columns are omitted, similar to the tibble string output.I have a few tables with hundreds of rows and columns. In the notebook preview these print nicely as tibble truncated tables (10 rows max), but when rendered to PDF I get pages of tables which also overflow the right margin.
The text was updated successfully, but these errors were encountered: