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

Scanning numeric columns, I quickly wish to find out which columns have unique, distinct, values on each row. The usefulness of dfSummary in scanning columns quickly, and figuring out the...

help wanted

DfSummary connect well with kable here: dfSummary(pavi[,-1], plain.ascii = FALSE, varnumbers = FALSE, style = "grid", graph.col=FALSE, na.col = FALSE) %>%kable(caption = "Summary Table") But, if I set graph.col=TRUE, you...

help wanted

I am knitting my rmd to html using rmdformats and I don't seem to find a method to change the width so that it doesn't overspill.

I am trying to use dfSummary in a shiny app, but get the following error with some datasets. It seems the error has something to do with unicode character encoding:...

Hi, I love the package. Huge thank you for your efforts in maintenance and improvements! Issue: I am attempting to `lapply `through a large number of data frames and I...

After getting results from a grouped `freq()`, I would like to put them in an object with tibble or data.frame format. When using `tb()` the results are transformed in what...

When installing (here using `renv()`) `summarytools`, or later when running, it fails with a dependency on Tcl/Tk. This is a problem for automated/headless execution of R code. **System**: `rocker/verse:4.0.2` (also...

Hi. Love dfSummary. I am processing large numbers of dataframes where some fields have Hebrew characters. I've been able to isolate an example where the original column text causes the...

`dfSummary` creates histograms for continuous variables. However, currently the xaxis below the histogram does not contain any tick mark labels, so it is unclear which values correspond to the bars...

enhancement

start install.packages pkgs=summarytools time:2023-02-24 09:20:52 Installing package into ‘/nfs4/R/user-lib/application_1677225147371_0001’ (as ‘lib’ is unspecified) also installing the dependency ‘magick’ trying URL 'https://cloud.r-project.org/src/contrib/magick_2.7.3.tar.gz' Content type 'application/x-gzip' length 4813163 bytes (4.6 MB) ==================================================...

enhancement
help wanted