library(tidyverse)
tv::on()
# tv::off()
iris %>%
filter(Species == "virginica") %>%
mutate(abb = Species)
nycflights13::flights %>%
select(-time_hour, -dest, -distance)
mtcars %>%
as_tibble() %>%
mutate(ddd = carb) %>%
mutate(ddd2 = carb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.