dcomtois / summarytools

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

Error in nchar #154

Closed PolStats closed 1 year ago

PolStats commented 2 years ago

Error in nchar(x) : invalid multibyte string, element 1 when I run print(dfSummary(anes_timeseries_2016, graph.magnify=.75),)

Error in as.character(x) : cannot coerce type 'closure' to vector of type 'character' when I run print(dfSummary(anes_timeseries_2016, graph.magnify=.75), method=render)

dcomtois commented 2 years ago

Hi, sorry for not replying sooner... having very limited time, I'd really need a reproducible example pls. Thx.

dcomtois commented 1 year ago

Will reopen if a fully reproducible example is provided. From what I can see, there are syntactic problems in both examples; an extra comma in the first, and "render" should be quoted in the second.