summarytools icon indicating copy to clipboard operation
summarytools copied to clipboard

R Package to Quickly and Neatly Summarize Data

Results 45 summarytools issues
Sort by recently updated
recently updated
newest added

I just learned about this package and I am finding it super useful. Thank you. A small suggestion: It would be great if the user could report other statistics to...

enhancement
help wanted

Hi, When using ctable() in the package I encounter the following error: `table error in sub(".+\\.(.*)0*", "\\1", temp row names) : object 'temp_rownames' not found ` Any clues why?

Since R 4.2.0, `digits` arguments of `format()` is constrained to be higher or equal to 1. `nsmall`set to zero should be enough to get the requested "integer" format. This PR,...

Hi, to avoid (or at least anticipate) issues such as #163 in the future, I recommend to use unit tests, for example with `testthat` () and setup GitHub action for...

help wanted

Hi! I was wondering if there is a way to print tables generated in this package using DT::datatable (). DT::datatable () provides filtering, pagination, **sorting**, and many other features in...

I have a small data.frame with dimension = (2, 3) as follows: column0 column1 column2 1 11 21 2 12 22 The descr function calculates everything correctly if I set...

help wanted

I just formalize my comment in https://github.com/dcomtois/summarytools/issues/66#issuecomment-985631861 ``` r library(summarytools) data("tobacco") saved_x11_option dfSummary() #> Warning in if (grepl(re1, str, perl = TRUE)) {: the condition has length > 1 #>...

Hello !! I have been using summarytools pkg for tabulation of my data. Recently I upgraded my r and r studio into [R version 4.1.0 (2021-05-18) -- "Camp Pontanezen"] In...

Currently when I try to `library` in summarytools the R session will hang forever: ```r > library(summarytools) Registered S3 method overwritten by 'pryr': method from print.bytes Rcpp ``` I have...

Hello Dominic, Love the updates with the Summarytools package, super helpful! I'm currently having an issue when I render my dfSummary output where my graphs seem to be misaligned with...