is_human <- function(species) {
tolower(species) %in% c(
"hsapiens", "human",
"h sapiens", "homo sapiens","homo sapiens sapiens",
9606
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.