View source: R/insert_synonyms.R
insert_synonyms | R Documentation |
Adding synonyms to existing concepts in database.
insert_synonyms(conn, ...)
## S3 method for class 'PostgreSQLConnection'
insert_synonyms(conn, df, schema = "plant_taxonomy", clean = TRUE, ...)
conn |
A database connection provided by |
... |
Further arguments passed among methods. |
df |
A data frame with new names and related information. Two columns are mandatory, namely taxon_concept_id, usage_name and author_name, both as character vectors. |
schema |
Character value indicating the name of the schema containing all taxonomic tables in the database. |
clean |
A logical value indicating cleaning of characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.