createDictionary: Create a new dictionary environment with default entries

View source: R/applydictionary.R

createDictionaryR Documentation

Create a new dictionary environment with default entries

Description

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.

Usage

createDictionary(filename = "")

Arguments

filename

Optional; a character string providing the name of the file to be associated with the dictionary. Defaults to an empty string.

Value

Does not return a value; called for side effects of setting up the dictionary environment.

Examples

# Create a new dictionary with default settings
createDictionary()


Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.