available_tr8: A dataframe containing the traits available for download.

Description Usage Format Details Author(s) Examples

Description

The available_tr8 dataframe can be used as a reference in order to know which traits can be downloaded with the TR8 package.

Usage

1
data("available_tr8")

Format

A data frame with the following variables:

short_code

contains the codes that should be used when using the tr8() function

description

contains a short description of the traits

db

indicates from which databases the traits will be downloaded

Details

This dataframe can be viewed by those users who want to use the tr8() function in a non-interactive way (i.e. not willing to use the GUI for selecting traits to be retrieved). The users should take note of the short_code used for the traits of interest, since these are the codes that should be passed to tr8 in the download_list parameter.

Author(s)

Gionata Bocci <boccigionata@gmail.com>

Examples

1
2
3
4
5
data(available_tr8)
## Not run: 
tr8(species_list=c("Salix alba","Populus nigra"),download_list=c("life_form_P"))

## End(Not run)

Example output

        	Please remember to always cite the appropriate sources of traits data (see ?bib).
        
              life_form_P
Populus nigra      P SCAP
Salix alba         P SCAP

TR8 documentation built on Dec. 2, 2020, 1:06 a.m.