Closed bpbond closed 1 year ago
What dark magic is this
params <- lapply(runlist_final[-1], `[`, r)
...oh OK, I get it. Wow! 👏
...just FYI more common would be to use mapply for this. But your way totally works.
mapply
Ha! Always good to see a "what on earth" issue. I'll add some comments to clarify what's happening.
🙏
What dark magic is this
...oh OK, I get it. Wow! 👏