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

summary.explore

Summary method for the explore function


Description

Summary method for the explore function

Usage

## S3 method for class 'explore'
summary(object, dec = 3, ...)

Arguments

object

Return value from explore

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

See Also

explore to generate summaries

Examples

result <- explore(diamonds, "price:x")
summary(result)
result <- explore(diamonds, "price", byvar = "cut", fun = c("n_obs", "skew"))
summary(result)
explore(diamonds, "price:x", byvar = "color") %>% summary()

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.