# returns all variable information
get_var_info()
# searches all columns for non-exact matches of "pop" and "fem"
get_var_info(related_to = c("pop","femal"))
get_var_info(categories = "demographics")
# returns non-exact matches for variables with "pop" and that have "femal" anywhere in the row
get_var_info(var_names = "pop",
related_to = "femal")
Run the code above in your browser using DataLab