dcl-docs / prog

Functional Programming
https://dcl-prog.stanford.edu
Other
29 stars 14 forks source link

include anonymous function that uses two functions in purrr-basics #2

Open skaltman opened 5 years ago

skaltman commented 5 years ago

Students were confused how to do this, and if it required anonymous functions.

For example:

map(x, ~ all(is.na(.)))