Description Usage Arguments Value Author(s) See Also Examples
View source: R/addOffsetType.R
OffsetTypes table lists full descriptive information for each of the measurement offsets.
1 | addOffsetType(Units, Description)
|
Units |
Units of the OffsetValue. |
Description |
Full text description of the offset type. |
nothing returned
Dominik Reusser
Use getMetadata
to retrieve values.
1 2 3 4 5 | #connect to standard database
getDefaultDB()
#add data
addOffsetType(Units="cm", Description="Above Ground Level")
getMetadata(table="OffsetType", Description="Ground Level")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.