describe_variables: Describe FMI Variables

View source: R/describe_variables.R

describe_variablesR Documentation

Describe FMI Variables

Description

Describe FMI observation variable(s).

Usage

describe_variables(x)

Arguments

x

character vector of observation variables to be described.

Details

FMI provides a machine-reabable (XML) description of different observation variables. Use this function to see the specifications of a given variable.

Value

tibble containing the following columns:

variable

Observation variable name

label

Variable (parameter) label used by the FMI

base_phenomenon

Base phenomenon that the variable is characterising

unit

Variabel unit

stat_function

Statistical function used the derive the variable value

agg_period

Aggregation time period

Author(s)

Joona Lehtomäki joona.lehtomaki@iki.fi

Examples

  ## Not run: 
     desc <- describe_variables(c("TG_PT12H_min", "rrday"))
  
## End(Not run)

rOpenGov/fmi2 documentation built on April 30, 2024, 4:37 a.m.