powered by
Make an interactive table of summary statistics
# S3 method for explore dtab(object, dec = 3, searchCols = NULL, order = NULL, pageLength = NULL, ...)
Return value from explore
explore
Number of decimals to show
Column search and filter
Column sorting
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
pivotr
summary.pivotr to show summaries
summary.pivotr
if (FALSE) { tab <- explore(diamonds, "price:x") %>% dtab() tab <- explore(diamonds, "price", byvar = "cut", fun = c("n_obs", "skew"), top = "byvar") %>% dtab() }
Run the code above in your browser using DataLab