Learn R Programming

mergingTools (version 1.0.1)

code2hem: Code to HEM name

Description

code2hem returns the name of the HEM corresponding to the code of the T2080 manual. When gathering experimental data the captured HEMs will be coded with a number. This functions transforms the number into the reference name in the T2080 manual.

Usage

code2hem(cod = NULL)

Value

Returns the name of the HEM that corresponds to the input code.

Arguments

cod

HEM code on the T2080 manual.

Examples

Run this code
code <- 1
hem <- code2hem(code)
hem

Run the code above in your browser using DataLab