# In order to ensure that `hermes` does not make `dplyr` functions unusable,
# we have these separate tests as we need to first load `dplyr` and then `hermes`.
library(dplyr)
library(hermes)
filter(iris, Species == "setosa")
rename(iris, petal_length = Petal.Length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.