Description Usage Arguments Value
View source: R/eppo_full_table.R
eppo_table_full
creates table in human friendly format with data on
pest preferred name, synonyms and common names, hosts, categorization,
taxonomy and its distribution.
1 | eppo_table_full(names_vector, sqlConnection, token)
|
names_vector |
A vector with organism names (or part of the names) to be checked for existence in EPPO SQLite Database. |
sqlConnection |
connection to SQLite EPPO Database. By default NULL; function will automatically connect to database with default credentials. |
token |
An object containing EPPO API token created via create_eppo_token. |
Wraps results of function from eppo_tabletools
, namely:
eppo_tabletools_names, eppo_tabletools_hosts,
eppo_tabletools_cat, eppo_tabletools_taxo, and
eppo_tabletools_distri into one compact, human readable table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.