dcomtois / summarytools

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

Absolute max for dfSummary? Error when max.distinct.values>220 #197

Open SugarRayLua opened 2 months ago

SugarRayLua commented 2 months ago

Hi, and thanks for making the great summary tools package!

I have a lot of unique text values in a dataset I'm working on and thus tried to set in dfSummary function:

max.distinct.values = 229 (I have 229 rows)

However, when I do so I get the following error in Microsoft R Open version 4.0 on Rgui Windows version:

Error: Rgui.exe: GeometryDoesNotContainImage 'C:pathToATempLocalFile.png' @ warning/attribute.c/GetImageBoundingBox/534

It doesn't give me that error when I set the max.distinct.values at 220

Is this a limitation of dfSummary or something else wrong with my package?

Thanks!