Description Usage Arguments Value Author(s) See Also Examples
Add a term to the controlled vocabulary for units. The better way is to have CUAHSI add the term to the official vocabulary through their webpage: http://his.cuahsi.org/mastercvreg/
1 | addUnits(Name, Type, Abbreviation)
|
Name |
Name of the unit. e.g. square meter |
Type |
Type of the unit. e.g. area |
Abbreviation |
SI abbreviation e.g. m^2 |
Nothing returned
Dominik Reusser
updateCV
to retrieve the vocabularies from the CUAHSI web service and update the database. getMetadata
allows to query for meta data.
1 2 3 4 | getDefaultDB()
#add data
addUnits(Name="decisiemens per meter", Type="Electrical Conductivity", Abbreviation="dS/m")
getMetadata("Units", Name="per meter")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.