list_datasets: Lists the supported datasets

View source: R/list.R

list_datasetsR Documentation

Lists the supported datasets

Description

list_datasets returns information on the supported datasets.

Usage

list_datasets(terrestrial = NA, marine = NA, freshwater = NA)

Arguments

terrestrial

logical. When TRUE, then datasets that only have terrestrial data (seamasked) are returned.

marine

logical. When TRUE, then datasets that only have marine data (landmasked) are returned.

freshwater

logical. When TRUE, then datasets that only have freshwater data are returned.

Details

By default it returns all datasets, when both marine, freshwater and terrestrial are FALSE then only datasets without land- nor seamasks are returned.

Value

A dataframe with information on the supported datasets.

See Also

list_layers, list_layers_future, list_layers_paleo

Examples

list_datasets()
list_datasets(marine=TRUE)
list_datasets(terrestrial=TRUE)


samuelbosch/sdmpredictors documentation built on Aug. 24, 2023, 1:05 p.m.