Skip to content

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

@melindahiggins2000

Description

@melindahiggins2000

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions