powered by
This function is useful for inspecting the data in a ggvis object.
get_data(vis)
A ggvis object.
p <- cocaine %>% ggvis(~price) %>% layer_bars() get_data(p)
Run the code above in your browser using DataLab