dcomtois / summarytools

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

NAs introduced by coercion error #121

Closed kevin199011 closed 3 years ago

kevin199011 commented 4 years ago

Hi, I was using dfSummary function on a data frame and below error was reported: Error in lapply(strsplit(x_pad, ""), as.numeric) : (converted from warning) NAs introduced by coercion

I checked the column which caused the issue and it's numeric type and no NA. I'm not sure why this is happening. Thank you!

Kevin

dcomtois commented 4 years ago

Hi Kevin,

I think this has been fixed in the dev-current branch. See main page for instructions on how to install it and let me know how it goes! Thx