gna_verifier | R Documentation |
This service parses incoming names, executes exact or fuzzy matching as required, and returns the best-scored result. Optionally, it can also return matches from data-sources selected by a user.
gna_verifier(
names,
data_sources = c(1, 12),
all_matches = FALSE,
capitalize = FALSE,
species_group = FALSE,
fuzzy_uninomial = FALSE,
stats = FALSE,
main_taxon_threshold = 0.5,
output_type = "table",
...
)
names |
A |
data_sources |
A |
all_matches |
When |
capitalize |
When |
species_group |
When |
fuzzy_uninomial |
When |
stats |
When |
main_taxon_threshold |
A |
output_type |
A |
... |
Curl options passed on to crul::HttpClient |
Depends on the value of the output_type
option
Zachary S.L. Foster
## Not run:
gna_verifier(c("Helianthus annuus", "Homo saapiens"))
gna_verifier(c("Helianthus annuus", "Homo saapiens"), all_matches = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.