find_var_names | R Documentation |
Find possible variable names from a data.frame given a set of search names
find_var_names(df, vars, all = FALSE)
df |
A data.frame to search variable names from |
vars |
A vector of terms to search for |
all |
Logical. Should all results of search be returned? If FALSE (default), only first value is returned. |
A character vector of variable name/s in df
Ernest Guevarra
find_var_names(df = otp_beneficiaries, vars = "MUAC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.