dcomtois / summarytools

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

printr package causes 2 graphs in dfSummary() rendered output #180

Open melindahiggins2000 opened 1 year ago

melindahiggins2000 commented 1 year ago

I just discovered this behavior using dfSummary() when both the summarytools package and printr package are loaded in an Rmarkdown document.

Here is a reproducible example:

The following Rmarkdown document will produce what you expect using dfSummary():

image

When rendered produces:

image

However, if you add the printr package, then the rendered output includes both the Graph and text.graph. I finally figured it out through trial and error. I am posting this issue as a suggestion to add a note somewhere to warn the user when using dfSummary() to make sure they are not also loading the printr package when rendering Rmarkdown output.

image

When rendered produces:

image

I could not find any easy way to "turn off" the text.graph column.