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

summarytools is great! I've taught it in my R Markdown workshop for several years. This time, I switched to piping the variables in. It mostly works, but also generates an...

help wanted

Great package for initial data analysis, thank you for all your hard work! I love the clean look and render of the `ctable` function into html via Rmarkdown and would...

enhancement

This PR add GHA workflow from r-lib/actions () in order to check R package using Continuous integration to detect issues earlier than CRAN submission. See #165

system might not have X11 capabilities; in case of errors when using dfSummary(), set st_options(use.x11 = FALSE) Warning message: no DISPLAY variable so Tk is not available Its already installed...

under freq() function report.nas = FALSE does not seem to work

help wanted

Hi, I am trying to use the function _stby_ with the func _descr_ to be applied. If I test _stby_ in a notebook importing the library: ``` library(summarytools) stby(caso$FCR, caso$cluster,...

help wanted

R 4.1.0 on Ubuntu 21.10, summarytools 1.0.0 Calls to descr that only specify one summary statistic will crash: ```r > descr(rnorm(100), stats = "mean") Error in if (colnames(output)[i] == "sd")...

The following example Rmarkdown is intended to show a rendering problem with transposed stats when both huxtable and summarytools packages are loaded. ```{r} library(knitr) library(summarytools) st_options(plain.ascii = FALSE, style =...

help wanted

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...