This doesn't work: ```r f <- doodle_fun(~ lat + long, seed = 837) D(f(lat, long) ~ long) ``` But it would work if the arguments were named "x" and "y".
This doesn't work:
But it would work if the arguments were named "x" and "y".