explain | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.