Description Format Details See Also
This is a data.table for storing metadata for any codelists being developed using the master dictionary (CALIBER_DICT). It is hidden in the CALIBERcodelists namespace, and values can be set by setMetadata.
A data.table with 12 observations on the following 2 variables.
itema character vector, key column
valuea character vector, value of the item
The data.table contains the following data (item, value):
AuthorUser-supplied codelist name (without the _gprd, _hes or _opcs suffix)
categoryCategory numbers, stored as a pipe separated string
DateUser-supplied date to record for the codelist
descriptionCategory descriptions, stored as a pipe separated string
icd10Whether the ICD-10 dictionary is in use, TRUE or FALSE as a character string
messageUsed to temporarily store the output message of compare
NameUser-supplied codelist name (without the _gprd, _hes or _opcs suffix)
opcsWhether the OPCS dictionary is in use, TRUE or FALSE as a character string
readWhether the Read dictionary is in use, TRUE or FALSE as a character string
shortnameBrief category descriptions, stored as a pipe separated string
spreadsheet(Not relevant for Windows) User-supplied name of spreadsheet program for opening .CSV files, e.g. libreoffice
The META table can only be modified by changing the values of a cell by reference. It is sealed inside the namespace so the number of rows and columns, or the type of data in columns cannot be altered while the package is loaded.
If a codelist is generated from the master dictionary using as.codelist, the metadata for the codelist is drawn from the META table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.