tladeras’s avatartladeras’s Twitter Archive—№ 3,432

  1. …in reply to @hadleywickham
    @hadleywickham Thanks! I have been going through this slowly. My mental model of NSE isn't quite there yet...
    1. …in reply to @tladeras
      @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.