powered by
Make a tabel of summary statistics in DT
# 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. Used to save and restore state
Column sorting. Used to save and restore state
Page length. Used to save and restore state
further arguments passed to or from other methods
See http://radiant-rstats.github.io/docs/data/explore.html for an example in Radiant
pivotr to create the pivot-table using dplyr
pivotr
summary.pivotr to print a plain text table
summary.pivotr
# NOT RUN { tab <- explore("diamonds", "price:x") %>% dtab tab <- explore("diamonds", "price", byvar = "cut", fun = c("length", "skew"), top = "byvar") %>% dtab # }
Run the code above in your browser using DataLab