explain {ggvis} | R Documentation |
This is a generic function which gives more details about an object than print, and is more focussed on human readable output than str.
dplyr::explain
for more information.
p <- mtcars %>% ggvis(x = ~cyl) %>% layer_bars() explain(p)