Learn R Programming

taxa (version 0.4.3)

taxa_comparison_funcs: taxa comparison functions

Description

Functions used internally for casting taxon objects to other types. They have to be exported to work, but they are not intended to be directly used by most users.

Usage

# S3 method for taxa_taxon
vec_proxy_equal(x, ...)

# S3 method for taxa_taxon_authority vec_proxy_equal(x, ...)

# S3 method for taxa_taxon_id vec_proxy_equal(x, ...)

# S3 method for taxa_taxon_rank vec_proxy_compare(x, ...)

# S3 method for taxa_taxon_rank vec_proxy_equal(x, ...)

# S3 method for taxa_taxon_rank Ops(e1, e2)

# S3 method for taxa_taxonomy vec_proxy_equal(x, ...)

Arguments