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.
Arguments
- resources
If
NULL
returns a list of all resources (default). Otherwise only the ones specified.
Examples
names(available_resources())
#> [1] "chirps" "esalandcover"
#> [3] "fritz_et_al" "gfw_emissions"
#> [5] "gfw_lossyear" "gfw_treecover"
#> [7] "gmw" "nasa_firms"
#> [9] "nasa_grace" "nasa_srtm"
#> [11] "nelson_et_al" "soilgrids"
#> [13] "teow" "ucdp_ged"
#> [15] "worldclim_max_temperature" "worldclim_min_temperature"
#> [17] "worldclim_precipitation" "worldpop"