-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix render with large tables #155
Comments
Ideas that have not worked:
|
Ideas that have shown promise:
\newpage
\elandscape This forces the R chunk to be plotted in a landscape-oriented page, and creates output like this:
Example code:
This creates output like this:
|
#2 could be a good option. We would just need to code it into the tables. This however does not help the users if they are making custom ones. This is a great start! |
Turns out, I just needed to update quarto to get the landscape option to work 🤦 but it's much easier to use. It might be possible to automate the insertion of the landscape braces around the chunk if a table is too wide for portrait- will try this next. But I think we've hit a milestone of identifying how to switch a table's orientation from portrait to landscape, at least! |
What version did you update it to? |
I updated the CLI to 1.6.40 (download page here). My quarto R package's version is 1.4.4. |
Tables width > page width
Tables spanning >1 page
Landscape tables >1 page
The text was updated successfully, but these errors were encountered: