Learn R Programming

radiant.data (version 0.6.0)

summary.explore: Summary method for the explore function

Description

Summary method for the explore function

Usage

"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 http://radiant-rstats.github.io/docs/data/explore.html for an example in Radiant

See Also

explore to generate summaries

Examples

Run this code
result <- explore("diamonds", "price:x")
summary(result)
result <- explore("diamonds", "price", byvar = "cut", fun = c("length", "skew"))
summary(result)
diamonds %>% explore("price:x") %>% summary
diamonds %>% explore("price", byvar = "cut", fun = c("length", "skew")) %>% summary

Run the code above in your browser using DataLab