get_cf_unit_description: Get unit and description of a variable from CF standard name...

Description Usage Arguments Value Examples

View source: R/cf_data.R

Description

This function extracts for a standard_name the unit and description form the CF standard name table.

Usage

1
get_cf_unit_description(standard_name, version = 48)

Arguments

standard_name

String vector of standard names in the CF standard name table.

version

The version of the CF standard name table.

Value

A data frame with columns unit and description.

Examples

1
2
3
get_cf_unit_description("air_temperature")
# use older standard
get_cf_unit_description("air_temperature", version = 42)

sebschub/klimageodb documentation built on Sept. 25, 2021, 4:16 p.m.