tv2taxlist: Import species lists from Turboveg databases

View source: R/tv2taxlist.R

tv2taxlistR Documentation

Import species lists from Turboveg databases

Description

Importing species lists from Turboveg 2 databases into a taxlist object.

Internally the funcions read.dbf() and df2taxlist() are called.

Usage

tv2taxlist(taxlist, tv_home = tv.home(), ...)

Arguments

taxlist

Character value indicating the name of a species list in Turboveg.

tv_home

Character value indicating the path to the main Turboveg folder. By default the function tv.home() from vegdata-package is called.

...

Further arguments passed to df2taxlist().

Value

A taxlist object.

Author(s)

Miguel Alvarez kamapu78@gmail.com

See Also

df2taxlist()

Examples

## Cyperus data set installed as Turboveg species list
Cyperus <- tv2taxlist(taxlist = "cyperus",
  tv_home = file.path(path.package("taxlist"), "tv_data"))
Cyperus

taxlist documentation built on March 31, 2023, 5:22 p.m.