-
Notifications
You must be signed in to change notification settings - Fork 214
gt_split() cannot be rendered in documents #1286
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
Comments
Thanks for identifying this bug so quickly! This very much needs fixing so it will be highly prioritized. |
The problem seems to be in the print() function. I've created a workaround by modifying the last line of
Then using the following code in a code chunk with
|
I have investigated this a bit more and the minimal necessary fix is not dependent on the
resolves the issue. |
Ah I've realized that I've been working with the
In the case of gt_groups both Maybe the easiest fix is to create a |
Description
gt_split()
works fine in RStudio's viewer panel but as soon as a document is rendered (like in a Quarto doc or when callingreprex::reprex()
) it stops working.Reproducible example
Created on 2023-04-01 with reprex v2.0.2
Expected result
Same output as in RStudio viewer.
Session info
Session info
The text was updated successfully, but these errors were encountered: