
Flip the DT table to put Function, Variable, or Group by on top
flip(expl, top = "fun")
Return value from explore
The variable (type) to display at the top of the table ("fun" for Function, "var" for Variable, and "byvar" for Group by. "fun" is the default
See http://radiant-rstats.github.io/docs/data/explore.html for an example in Radiant
explore
to generate summaries
dtab.explore
to create the DT table
# NOT RUN {
result <- explore("diamonds", "price:x", top = "var")
result <- explore("diamonds", "price", byvar = "cut", fun = c("length", "skew"), top = "byvar")
# }
Run the code above in your browser using DataLab