summarytools icon indicating copy to clipboard operation
summarytools copied to clipboard

Error in nchar

Open PolStats opened this issue 2 years ago • 1 comments

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)

PolStats avatar Jan 05 '22 22:01 PolStats

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

dcomtois avatar May 19 '22 04:05 dcomtois

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.

dcomtois avatar Sep 20 '22 04:09 dcomtois