insert_synonyms: Insert synonym to existing taxon concepts in database

View source: R/insert_synonyms.R

insert_synonymsR Documentation

Insert synonym to existing taxon concepts in database

Description

Adding synonyms to existing concepts in database.

Usage

insert_synonyms(conn, ...)

## S3 method for class 'PostgreSQLConnection'
insert_synonyms(conn, df, schema = "plant_taxonomy", clean = TRUE, ...)

Arguments

conn

A database connection provided by dbConnect().

...

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.


kamapu/vegtableDB documentation built on June 18, 2024, 1:13 a.m.