ggvis (version 0.4.5)

explain: Explain details of an object

Description

This is a generic function which gives more details about an object than print, and is more focussed on human readable output than str.

Arguments

See Also

dplyr::explain for more information.

Examples

Run this code
# NOT RUN {
p <- mtcars %>% ggvis(x = ~cyl) %>% layer_bars()
explain(p)
# }

Run the code above in your browser using DataCamp Workspace