lu: Lookup a an EAV value-variable pair when inside a tidyeval...

Description Usage Examples

View source: R/lookup.R

Description

Lookup a an EAV value-variable pair when inside a tidyeval context

Usage

1
lu(varname)

Examples

1
2
eav_tiny %>% group_by(empid) %>% mutate(last = lu("last"))
eav_tiny %>% group_by(empid) %>% filter_eav(lu("last") == "Smith")

jameelalsalam/eavtools documentation built on Oct. 17, 2019, 1:45 a.m.