Repeatedly applying a function
A colleague of mine sent me the following R question:
I have a function that takes a list and does some stuff to it and then returns
it. I then take that output and run it through the same function again. But I
obviously don’t want to repeatedly ...
