Closed krlmlr closed 8 years ago
currently only consists of a failing test.
Notably, if data = NULL, the result is correct. A simple extension of the !is.null(data) branch in lazy_eval() could do the trick here.
Fixes hadley/tibble#88, CC @lionel-.
Closing since I'm not updating the old lazy API anymore
currently only consists of a failing test.
Notably, if data = NULL, the result is correct. A simple extension of the !is.null(data) branch in lazy_eval() could do the trick here.
Fixes hadley/tibble#88, CC @lionel-.