This function returns a data frame with basic meta data for all of the curated collections of SNAP climate data available via snapclim. This includes ID, short description, and spatial and temporal information.

climate_collections()

Value

a data frame.

Examples

climate_collections()
#> # A tibble: 1 x 11 #> id description regions points start end daily monthly seasonal annual #> <chr> <chr> <lgl> <lgl> <dbl> <dbl> <lgl> <lgl> <lgl> <lgl> #> 1 ar5s~ AR5/CMIP5 ~ TRUE TRUE 1901 2100 FALSE TRUE TRUE TRUE #> # ... with 1 more variable: decadal <lgl>