Make an interactive table of summary statistics
Make an interactive table of summary statistics
## S3 method for class 'explore' dtab(object, dec = 3, searchCols = NULL, order = NULL, pageLength = NULL, ...)
object |
Return value from |
dec |
Number of decimals to show |
searchCols |
Column search and filter |
order |
Column sorting |
pageLength |
Page length |
... |
further arguments passed to or from other methods |
See https://radiant-rstats.github.io/docs/data/explore.html for an example in Radiant
pivotr
to create a pivot table
summary.pivotr
to show summaries
## Not run: tab <- explore(diamonds, "price:x") %>% dtab() tab <- explore(diamonds, "price", byvar = "cut", fun = c("n_obs", "skew"), top = "byvar") %>% dtab() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.