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()


sophiasternberg/ssandv documentation built on Feb. 22, 2021, 3:57 a.m.