Flip the DT table to put Function, Variable, or Group by on top
Flip the DT table to put Function, Variable, or Group by on top
flip(expl, top = "fun")
expl |
Return value from |
top |
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 https://radiant-rstats.github.io/docs/data/explore.html for an example in Radiant
explore
to calculate summaries
summary.explore
to show summaries
dtab.explore
to create the DT table
explore(diamonds, "price:x", top = "var") %>% summary() explore(diamonds, "price", byvar = "cut", fun = c("n_obs", "skew"), top = "byvar") %>% summary()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.