powered by
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.
dplyr::explain
p <- mtcars %>% ggvis(x = ~cyl) %>% layer_bars() explain(p)
Run the code above in your browser using DataLab