explain: Explain details of an object

Description See Also Examples

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.

See Also

dplyr::explain for more information.

Examples

1
2
p <- mtcars %>% ggvis(x = ~cyl) %>% layer_bars()
explain(p)

rpruim/ggvis2 documentation built on May 28, 2019, 2:34 a.m.