df_print YAML Option #567
Replies: 6 comments
-
We don't currently have this but its on our list to provide enhanced table output so hopefully something like this will be available soon. |
Beta Was this translation helpful? Give feedback.
-
Awesome!!!
…On Thu, Apr 7, 2022 at 7:31 AM J.J. Allaire ***@***.***> wrote:
We don't currently have this but its on our list to provide enhanced table
output so hopefully something like this will be available soon.
—
Reply to this email directly, view it on GitHub
<#567 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPZXHFF4NBAO3TMSIXGKLDVD3IQXANCNFSM5SZGVYUA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
--
Andrew Zieffler
Senior Lecturer | Quantitative Methods in Education
Department of Educational Psychology | College of Education and Human
Development | http://www.cehd.umn.edu/edpsych/
University of Minnesota | umn.edu
http://www.datadreaming.org/
|
Beta Was this translation helpful? Give feedback.
-
Note that you can currently emulate this behavior by calling functions directly, e.g. rmarkdown::paged_table(data) knitr::kable(data) etc. |
Beta Was this translation helpful? Give feedback.
-
Yep. I was hoping for the YAML option just to keep my class notes cleaner
(students see the functions to view the data only) rather than the
formatting of the HTML. I know I can do this in two code chunks, but
workflow-wise it is cleaner on my end with just one chunk. I am glad to
hear this is on the table and am already enamored of Quarto.
Thanks for all the great work!
…On Thu, Apr 7, 2022 at 7:32 AM J.J. Allaire ***@***.***> wrote:
Note that you can currently emulate this behavior by calling functions
directly, e.g.
rmarkdown::paged_table(data)
knitr::kable(data)
etc.
—
Reply to this email directly, view it on GitHub
<#567 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPZXHAWX2NMAZZPUNLEA53VD3IWJANCNFSM5SZGVYUA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
--
Andrew Zieffler
Senior Lecturer | Quantitative Methods in Education
Department of Educational Psychology | College of Education and Human
Development | http://www.cehd.umn.edu/edpsych/
University of Minnesota | umn.edu
http://www.datadreaming.org/
|
Beta Was this translation helpful? Give feedback.
-
Quarto now has a |
Beta Was this translation helpful? Give feedback.
-
Closing this as completed. |
Beta Was this translation helpful? Give feedback.
-
Hi Quarto Dev Team
I would love to see a
df_print
(or in Quartodf-print
) YAML option similar to what is available in RMD files.Beta Was this translation helpful? Give feedback.
All reactions