foo(
data = mtcars,
x = cyl,
y = wt #<<
)
library(ggplot2)
ggplot(aes(x, y), data) +
geom_point() + #<<
scale_x_continuous() #<<
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.