Description Usage Value Examples
loads the ETE data files
1 2 3 4 5 6 | load_ete_data(
path = get_default_data_path(),
download_if_missing = TRUE,
clean = TRUE,
quiet = FALSE
)
|
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 |
1 | ete_data <- load_ete_data()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.