dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
502 stars 77 forks source link

Width of dfSummary output in html #179

Open realbigi opened 1 year ago

realbigi commented 1 year ago

I am knitting my rmd to html using rmdformats and I don't seem to find a method to change the width so that it doesn't overspill.

hfgit7 commented 1 year ago

I'm also experiencing the same problem. I mainly use rmdformats::robobook: to generate reports as I like the formatting, however I'm yet to find a way of including dfSummary output because half of the table just doesn't appear in the rendered document, even after following the guide on the rmarkdown vignette. Any ideas or help would be greatly appreciated!

dcomtois commented 1 year ago

Any reproducible examples? Tried dropping a column or two (col. numbers and/or missing counts for instance)?

hfgit7 commented 8 months ago

I just tried to reproduce the problem and I can't, so maybe the issue has been fixed already somehow.