## nolint start
suppressPackageStartupMessages({
library(usethis)
})
## nolint end
sysdataDetectOrganism <- readRDS("detectOrganism.rds")
sysdataMapNcbiTaxId <- readRDS("mapNcbiTaxId.rds")
use_data(
sysdataDetectOrganism,
sysdataMapNcbiTaxId,
internal = TRUE,
overwrite = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.