load_ccDict: Loads the YAML field dictionary for ccdata

Description Usage Arguments Value Examples

Description

Tries to load the file from the ccdata package (assuming this is installed) and if that fails then falls back to a local copy Work with YAML file **NOT** with data.checklist Extract file from ccdata package if possible

Usage

1
load_ccDict(path = NULL)

Arguments

path

path to the fall back copy of the dictionary

Value

ccdata.dict

Examples

1
2
# ccdata.dict <- load_ccDict() # loads using default values
# ccdata.dict <- load_ccDict("my/local/path") # alternative fall back path

docsteveharris/ccfun documentation built on May 15, 2019, 9:42 a.m.