#' ggplot2 stub #' #' @return ggplot2 stub #' @export gg <- function() { writeLines('ggplot(df, aes(x, y)) +\ngeom_point()') }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.