datadigest icon indicating copy to clipboard operation
datadigest copied to clipboard

Concise interactive data summaries in R

Results 16 datadigest issues
Sort by recently updated
recently updated
newest added

This is the first version of the pkgdown site for datadigest

Just using the newest version of web-codebook.

https://pkgdown.r-lib.org/

... and consider whether the new `type` parameter should be used by default.

Shiny htmlwidgets bindings. It would be helpful to add a hello-world app example to the help pages that calls renderExplorer() and explorerOutput() etc. (via Xiao Ni)

Hi there, Congrats about the package, I find it really useful! Unfortunately, my R Studio session runs out when I am passing a big dataframe (>800000 observations and 26 variables)...

If a dataset is passed through both the data= argument and the addEnv=TRUE option, both are shown in files pane. Modify to show only unique data files in this view.

I think filtering will be a really useful feature. A few thoughts came to mind for improvement: 1. allowing "OR" between variables 2. use the RStudio "subset dataframe" add-in idea...