append_taxonomy | R Documentation |
New taxonomies can be appended to the same database structure.
append_taxonomy(conn, obj, ...)
## S4 method for signature 'PostgreSQLConnection,taxlist'
append_taxonomy(conn, obj, taxonomy, schema, schema_refs, ...)
conn |
A PostgreSQLConnection connecting to a database, where the new list will be stored. |
obj |
A taxlist object containing the new taxonomy. |
... |
Further arguments passed among methods (not in use). |
taxonomy |
A character value indicating the name (ID) of the new taxonomy in the database. |
schema |
A character value with the name of the new schema containing the taxonomic list. |
schema_refs |
A character value with the name of the new schema containing the references used as taxon views. It is recommended to have a separated schema for the references, especially if the views are formated as a BibTeX database (lib_df object). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.