Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dtab.explore

Make an interactive table of summary statistics


Description

Make an interactive table of summary statistics

Usage

## S3 method for class 'explore'
dtab(object, dec = 3, searchCols = NULL, order = NULL, pageLength = NULL, ...)

Arguments

object

Return value from explore

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

Details

See Also

pivotr to create a pivot table

summary.pivotr to show summaries

Examples

## 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)

radiant.data

Data Menu for Radiant: Business Analytics using R and Shiny

v1.3.12
AGPL-3 | file LICENSE
Authors
Vincent Nijs [aut, cre]
Initial release
2020-11-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.