powered by
This function sources a recipe for extracting public trait data.
pulldata(x = NULL)
the dataset to source. Leave empty for full list of available datasets.
Makes a raw dataset available in R according to instructions provided by dataset function.
The package 'traitdataform' comes with a collection of recipes for public trait data. These R-scripts
define how to read the file from an online source, i.e. a URL to a txt, xlsx, or a ZIP archive
assigns metadata attributes about authorship, license and original publication
provide parameters for the standardize() function, i.e. a trait thesaurus, mappings and units.
New recipes can be suggested as a pull requrest via the package development page (https://github.com/EcologicalTraitData/traitdataform).
Other rawdata: amniota, amphibio, arthropodtraits, carabids, heteroptera_raw, mammaldiet, pantheria
amniota
amphibio
arthropodtraits
carabids
heteroptera_raw
mammaldiet
pantheria
# NOT RUN { # to get a list of all available data within the package pulldata() # to import a dataset pulldata("carabids") # }
Run the code above in your browser using DataLab