View source: R/applydictionary.R
createDictionary | R Documentation |
This function initializes a new dictionary environment for epidemiological data management. It sets up the environment with default dictionary entries. The environment contains separate entries for the dictionary data, dicos, and actions, each initialized with a line from a corresponding 'getNewDictionaryLine' function.
createDictionary(filename = "")
filename |
Optional; a character string providing the name of the file to be associated with the dictionary. Defaults to an empty string. |
Does not return a value; called for side effects of setting up the dictionary environment.
# Create a new dictionary with default settings
createDictionary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.