## simple search for 'state' in any part of the dictionary
sc_dict('state')
## variable names starting with 'st'
sc_dict('^st', search_col = 'varname')
## return full dictionary (only recommended if not printing and
## storing in object)
df <- sc_dict('.', limit = Inf, print_off = TRUE, return_df = TRUE)
## print list of variables that can be used to filter
df <- sc_dict('.', filter_vars = TRUE, return_df = TRUE)
Run the code above in your browser using DataLab