Learn R Programming

sdmpredictors (version 0.2.15)

list_datasets: Lists the supported datasets

Description

list_datasets returns information on the supported datasets.

Usage

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

Value

A dataframe with information on the supported datasets.

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.

See Also

list_layers, list_layers_future, list_layers_paleo

Examples

Run this code
list_datasets()
list_datasets(marine=TRUE)
list_datasets(terrestrial=TRUE)

Run the code above in your browser using DataLab