Skip to contents

This function returns a list of either all available resources and some additional metadata or for one or more requested resources. It can be used by users of the package to inform themselves about the available data sets and to learn about potentially additional arguments that should be specified when requesting the resource.

Usage

available_resources(resources = NULL)

Arguments

resources

Defaults to NULL meaning that a list with all available resources will be returned. If a character vector is specified only the information about the requested resource will be returned.

Value

A list object.

Examples

names(available_resources())
#>  [1] "chirps"                    "esalandcover"             
#>  [3] "gfw_emissions"             "gfw_lossyear"             
#>  [5] "gfw_treecover"             "gmw"                      
#>  [7] "nasa_firms"                "nasa_grace"               
#>  [9] "nasa_srtm"                 "nelson_et_al"             
#> [11] "soilgrids"                 "teow"                     
#> [13] "worldclim_max_temperature" "worldclim_min_temperature"
#> [15] "worldclim_precipitation"   "worldpop"