dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
522 stars 78 forks source link

Error from view(dfSummary(df)) #29

Closed KatherineKing closed 6 years ago

KatherineKing commented 6 years ago

I read a clean dataset in from SQL, and tried the below: library(summarytools)

view(dfSummary(df)) Error in plot.window(xlim, ylim, "", ...) : need finite 'ylim' values In addition: Warning messages: 1: In n h : NAs produced by integer overflow 2: In breaks[-1L] + breaks[-nB] : NAs produced by integer overflow 3: In n h : NAs produced by integer overflow 4: In breaks[-1L] + breaks[-nB] : NAs produced by integer overflow

dcomtois commented 6 years ago

Can you please provide a bit more information about the data? For instance use descr(), or dfSummary() with graph.col = FALSE.

dcomtois commented 6 years ago

Closing for now, I'll reopen if problem still arises and more details are provided. Thx.