tv2taxlist {taxlist} | R Documentation |
Import species lists from Turboveg databases
Description
Importing species lists from Turboveg 2 databases into a taxlist object.
Internally the funcions foreign::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 |
... |
Further arguments passed to |
Value
A taxlist object.
Author(s)
Miguel Alvarez kamapu78@gmail.com
See Also
Examples
## Cyperus data set installed as Turboveg species list
Cyperus <- tv2taxlist(taxlist = "cyperus",
tv_home = file.path(path.package("taxlist"), "tv_data"))
Cyperus
[Package taxlist version 0.3.0 Index]