powered by
f(x, ret)
ret
g(x)
forget(f)
f(x)
compose
# forget the FUN part in lapply to.list <- forget(lapply) # returns the list of the natural numbers from 1 to 10 to.list(1:10)
Run the code above in your browser using DataLab