Learn R Programming

RObsDat (version 16.03)

addOffsetType: Add detail information about Offset.

Description

OffsetTypes table lists full descriptive information for each of the measurement offsets.

Usage

addOffsetType(Units, Description)

Arguments

Units
Units of the OffsetValue.
Description
Full text description of the offset type.

Value

nothing returned

See Also

Use getMetadata to retrieve values.

Examples

Run this code
#connect to standard database
getDefaultDB()
#add data
addOffsetType(Units="cm", Description="Above Ground Level")
getMetadata(table="OffsetType", Description="Ground Level")

Run the code above in your browser using DataLab