I'm currently studying R. In particular I need to remember the functions in the apply
-function family (e.g. lapply
, sapply
, mapply
, etc.). I know what each function in the apply
-function family does (especially this answer helps a lot), but mixes the names up from time to time.
Is there a natural meaning for the prefix of each apply function (like lapply = 'list'-apply
)?