taxlist2df: Coerce taxlist objects to data frames

View source: R/taxlist2df.R

taxlist2dfR Documentation

Coerce taxlist objects to data frames

Description

Transform taxlist objects into data frames.

Usage

taxlist2df(x, ...)

## S3 method for class 'taxlist'
taxlist2df(
  x,
  include_traits = FALSE,
  include_views = FALSE,
  standard = c("taxlist", "dwc"),
  ...
)

Arguments

x

A taxlist object to be coerced.

...

Further arguments passed among methods.

include_traits

A logical value indicating whether taxon concept attributes have to be included in the output or not.

include_views

A logical value indicating whether taxon views have to be included in the output or not.

standard

A character value indicating the standard used to name columns in the output data frame. Per default taxlist names are used but it can be set to dwc for renaming some columns according to Darwin Core.


kamapu/taxlist documentation built on Feb. 17, 2024, 8:27 a.m.