rm(list = ls())
library(tidyverse)
focal_species <-
read_csv('data-raw/SedgwickTaxonomy/focalspecies.csv') %>%
as.data.frame()
usethis::use_data(focal_species, overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.