Tibble in code chunk output not using the full width of the slide in presentation #13175
Replies: 1 comment
-
Sorry, couldn't find the answer in the discussion board, a different search on google got me to this solution here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The tibble that is result from a code chunk is not occupying the whole available space in the slide. I have my presentation size set to 1920x1080 in the YAML.
The code above only outputs 6 columns, the two extra columns
sex
andyear
are printed below the others, even with enough space after the sixth column (body_mass_g
).I've tested with
print(width=Inf)
and got the same result.There is a way to force the remaining columns to appear on the side instead of bellow the others?
Beta Was this translation helpful? Give feedback.
All reactions