# returns all variable information
get_var_info()
# match var names that contain "over65" - note this returns multiple variables
get_var_info(var_names = "over65")
get_var_info(related_to = c("pop","femal"))
Run the code above in your browser using DataLab