elpaco-escience / talkr

https://elpaco-escience.github.io/talkr/
Apache License 2.0
0 stars 0 forks source link

Nicer table formatting in vignette and `report_stats()` output #76

Open mdingemanse opened 4 weeks ago

mdingemanse commented 4 weeks ago

Right now report_stats() outputs something that looks like this in the knitted vignette:

image

This isn't all that readable and doesn't look great. What are our options for creating more readable, side-scrollable tabular output formats in an R vignette? Perhaps @PabRod has ideas?

PabRod commented 3 weeks ago

I think kableExtra is the package you need.

mdingemanse commented 3 weeks ago

I'll need to dig into the report_stats() function for this, as that is the one outputting both the summary stats and a table. Following the logic we used for the graphics we probably want to expose those two parts separately too, do you agre @bvreede?