View source: R/query_concepts.R
query_concepts | R Documentation |
Extract taxonomies by matching character strings.
query_concepts(conn, ...)
## S3 method for class 'PostgreSQLConnection'
query_concepts(
conn,
query,
taxonomy,
schema = "plant_taxonomy",
case = FALSE,
exact = FALSE,
...
)
conn |
Connection to the database as PostgreSQLConnection. |
... |
Further arguments passed to |
query |
A character value that will be matched with the names stored in the database. |
taxonomy |
Character value with the name of the taxonomy 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. |
A taxlist object with the queried taxon concepts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.