get_data | R Documentation |
This function is useful for inspecting the data in a ggvis object.
get_data(vis)
vis |
A ggvis object. |
p <- cocaine %>% ggvis(~price) %>% layer_bars()
get_data(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.