find_var: Search variable information by one or several keywords

View source: R/var_info.R

find_varR Documentation

Search variable information by one or several keywords

Description

find_var returns a data.frame with the Codebook information on the indicators. The keywords are searched in the names of variables.

Usage

find_var(keywords)

Arguments

keywords

A character vector of length one with one or several keywords separated by comma to search in the name of the variable. You can also pass regex notation (see examples(find_var)).

Examples

# Don't run
# df <- find_var("Democracy, ^elect")
# View(df)


vdeminstitute/vdemdata documentation built on March 26, 2024, 5:10 a.m.