check-scalar-isOrganism | R Documentation |
Is the string input a full Latin organism name?
isOrganism(x, nullOk = FALSE)
x |
Object. |
nullOk |
|
The binomial system of naming species uses Latin words. Each name has two parts, the genus and the species. For example, human beings belong to the genus Homo, and our species is sapiens – so the scientific name is Homo sapiens.
TRUE
on success;
FALSE
on failure, with cause set.
Updated 2023-12-04.
## TRUE ====
isOrganism("Homo sapiens")
isOrganism("Canis lupus familiaris")
## FALSE ====
isOrganism("Human")
isOrganism("homo_sapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.