Usage
sc_dict(search_string, search_col = c("description", "varname",
"dev_friendly_name", "dev_category", "label"), ignore_case = TRUE,
limit = 10, confirm = FALSE)Arguments
search_string
Character string for search. Can use regular
expression for search. Must escape special characters,
. | ( ) [ { ^ $ * + ?, with a doublebackslash
\\.
search_col
Column to search. The default column is the
"description" column. Other options include: "varname",
"dev_friendly_name", "dev_category", "label".
ignore_case
Search is case insensitive by default. Change to
FALSE to restrict search to exact case matches.
limit
Only the first 10 dictionary items are returned by
default. Increase to return more values. Set to Inf to
return all items matched in search'
confirm
Use to confirm status of variable name in
dictionary. Returns TRUE or FALSE.