knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(ssandv) library(tidyverse) library(usethis)
## Make a subset of cutthroats only #cutthroat <- your_pkg_name::and_vertebrates %>% #filter(SPECIES == "ONCL")
# Create a scatterplot of length versus weight: ggplot(data = and_vertebrates, aes(x = LENGTH1, y = WEIGHT)) + geom_point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.