library(dplyr) mt <- mtcars %>% select(mpg, cyl) %>% slice(1) mt %>% group_by(cyl)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.