Last chance! 50% off unlimited learning
Sale ends in
Summary method for the explore function
# S3 method for explore
summary(object, dec = 3, ...)
Return value from explore
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
# NOT RUN {
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()
# }
Run the code above in your browser using DataLab