-
@hadleywickham Thanks! I have been going through this slowly. My mental model of NSE isn't quite there yet...
-
@hadleywickham Ah, that helped me figure it out. Create an environment ev with the objects in it, including df and lv, use expr() to wrap my expression [out_df <- subset(df, lv)] into ex_call, and then use eval(ex_call, ev). I'm understanding this a little better.