library(devtools)
load_all()
taxa_clean <- read.csv("./inst/extdata/clean.csv")
taxa_remove <- read.csv("./inst/extdata/remove.csv")
taxa_combine <- read.csv("./inst/extdata/combine.csv")
taxa_aphia <- read.csv("./inst/extdata/aphia.csv")
usethis::use_data(
taxa_clean,
taxa_remove,
taxa_combine,
taxa_aphia,
overwrite = TRUE,
internal = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.