Description Usage Arguments Value Author(s) See Also Examples
Add a term to one of the controlled vocabularies. The better way is to have CUAHSI add the term to the official vocabulary through their web-page: http://his.cuahsi.org/mastercvreg/
updateCV queries the official vocabulary again and updates the database tables.
CVtables returns a list of controlled vocabularies.
1 2 3 |
table |
Character: Name of the controlled vocabulary. Use |
term |
Character: Term to be added. |
definition |
Character: Definition of the term |
Nothing returned
Dominik Reusser
getMetadata
allows to query for meta data.
1 2 3 4 5 6 7 | #connect to standard database
getDefaultDB()
#add data
## Not run: updateCV()
addCV("VariableName", "test", "Test entry to check the possibility to add a term to a vocabulary.")
getMetadata("VariableName", Term="test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.