| ck_catalogue | R Documentation |
Returns the complete catalogue of climate indices implemented by
climatekit, with one row per ck_* function and columns covering
the canonical short code (where applicable), the full name, the
index family, the relevant sector, the unit, the source standard,
and the principal citation key.
ck_catalogue()
Use ck_browse() to filter by sector or standard.
A data frame with columns ck_function, code, name,
category, sector, unit, standard, and citation_key.
tab <- ck_catalogue()
head(tab)
# Tally indices by standard:
table(tab$standard)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.