Open cderv opened 2 years ago
Anyway, main addition in printr would be a
knit_print
method for paged_df maybe.
That sounds relatively simple to do, and I'm totally okay with it.
I'm not sure where to support the chunk option df_print = "paged"
or "kable"
(knitr or printr? I don't have an opinion for now).
See this discussion: https://github.com/quarto-dev/quarto-cli/discussions/933#discussioncomment-2789856
df_print
is not a Quarto feature. But while writing an example on how it would work, I am wondering if we should not adapa printr package to allow opt-in some mechanism for chunk.Currently printr only modifies by default the method
knit_print
but we could offer other mechanism.For example this is an example of creating a
df_print
chunk option