Skip to contents

Returns a list of resource names and parametrization options for the specified resources. If no resource names are provided, it lists all available resources, including custom registered ones. Use it to learn about possible additional arguments that can be specified when requesting a resource.

Usage

available_resources(resources = NULL)

Arguments

resources

If NULL returns a list of all resources (default). Otherwise only the ones specified.

Value

A list object.

Examples

names(available_resources())
#>  [1] "chirps"                           "esalandcover"                    
#>  [3] "fritz_et_al"                      "gfw_emissions"                   
#>  [5] "gfw_lossyear"                     "gfw_treecover"                   
#>  [7] "global_surface_water_change"      "global_surface_water_occurrence" 
#>  [9] "global_surface_water_recurrence"  "global_surface_water_seasonality"
#> [11] "global_surface_water_transitions" "gmw"                             
#> [13] "nasa_firms"                       "nasa_grace"                      
#> [15] "nasa_srtm"                        "nelson_et_al"                    
#> [17] "soilgrids"                        "teow"                            
#> [19] "ucdp_ged"                         "worldclim_max_temperature"       
#> [21] "worldclim_min_temperature"        "worldclim_precipitation"         
#> [23] "worldpop"