var_exists: Check if variable exist

View source: R/utilities.R

var_existsR Documentation

Check if variable exist

Description

Check if variable exist

Usage

var_exists(df, var)

Arguments

df

data frame to check against

var

quoted variable of interest

See Also

Other utility: is_metatab(), package_check()

Examples

## Not run: 
var_exists(df, "val") 
## End(Not run)

USAID-OHA-SI/Wavelength documentation built on March 24, 2023, 10:07 a.m.