query_names | R Documentation |
A quick display of stored taxon names by matching them with a character string.
This function can also provide details about the associated taxon concpets, taxonomies and accepted names for each taxonomy.
query_names(conn, ...)
## S3 method for class 'PostgreSQLConnection'
query_names(
conn,
query,
schema = "plant_taxonomy",
case = FALSE,
exact = FALSE,
concepts = FALSE,
accepted = FALSE,
...
)
conn |
Connection to the database as PostgreSQLConnection. |
... |
Further arguments passed among methods. |
query |
A character value that will be matched with the names stored in the database. |
schema |
Character value indicating the name of the schema containing taxonomic information within the database. |
case |
A logical value indicating whether the match should be case
sensitive ( |
exact |
A logical value indicating whether the exact string is queried. |
concepts |
A logical value indicating whether taxon concepts should be
displayed ( |
accepted |
A logical value indicating whether the respective accepted
names should be displayed ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.