check_tax: Additional tests of consistency for taxonomic lists

View source: R/check_tax.R

check_taxR Documentation

Additional tests of consistency for taxonomic lists

Description

Some restrictions cannot be implemented by constraints into the database but may affect the validity of information and exported objects. This function carry out some additional checks to ensure consistent taxonomic data.

Usage

check_tax(conn, ...)

## S3 method for class 'PostgreSQLConnection'
check_tax(conn, schema = "plant_taxonomy", ...)

Arguments

conn

Connection to the database as PostgreSQLConnection.

...

Further arguments passed among methods.

schema

Character value indicating the name of the schema containing taxonomic information within the database.


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