load_ete_data: The functions load_ete_data and load_datafile were both...

Description Usage Value Examples

View source: R/load_ete.R

Description

loads the ETE data files

Usage

1
2
3
4
5
6
load_ete_data(
  path = get_default_data_path(),
  download_if_missing = TRUE,
  clean = TRUE,
  quiet = FALSE
)

Value

load_ete_data returns a list of 6 dataframes:

dataset_table description
occurrence_table description
sites_table description
sitetrait_table description
species_table description
speciestrait_table description

Examples

1
ete_data <- load_ete_data()

Smithsonian/ETERnity documentation built on March 1, 2020, 5:45 a.m.