Summary method for the explore function
Summary method for the explore function
## S3 method for class 'explore' summary(object, dec = 3, ...)
object |
Return value from |
dec |
Number of decimals to show |
... |
further arguments passed to or from other methods |
See https://radiant-rstats.github.io/docs/data/explore.html for an example in Radiant
explore
to generate summaries
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()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.