datadigest
datadigest copied to clipboard
Concise interactive data summaries in R
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)
At a minimum, add support for .xpt and .rda
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...