Description Arguments Examples
Pipe symbol
lhs, rhs
A visualisation and a function to apply to it
1 2 3 4
# Instead of layer_points(ggvis(mtcars, ~mpg, ~wt)) # you can write mtcars %>% ggvis(~mpg, ~wt) %>% layer_points()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.