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 am using epoxy to produce a report that includes text elements mixed in with tables. The vectorized inline reporting chunks are really useful for the text elements and I'm interested in using the same approach to include the gt tables or plots created with ggplot2.
Is there a recommended process for customizing epoxy for this type of use?
I looked (but have not yet tried) using the transformer argument to customize the formatting of gt objects (or other elements). However, I was unsure how to keep the default transformer in place and add instead of replace the available inline transformers.
Thanks for the package and any additional tips you can share!
The text was updated successfully, but these errors were encountered:
I didn't realize initially that I could set additional transformation options with epoxy_transform_inline() without over-writing all of the built-in styles.
I am using epoxy to produce a report that includes text elements mixed in with tables. The vectorized inline reporting chunks are really useful for the text elements and I'm interested in using the same approach to include the
gt
tables or plots created with ggplot2.Is there a recommended process for customizing epoxy for this type of use?
I looked (but have not yet tried) using the
transformer
argument to customize the formatting of gt objects (or other elements). However, I was unsure how to keep the default transformer in place and add instead of replace the available inline transformers.Thanks for the package and any additional tips you can share!
The text was updated successfully, but these errors were encountered: