Tutorial on Apply Family of Functions in R language

Описание к видео Tutorial on Apply Family of Functions in R language

The members of the apply family are apply(), lapply(), sapply(), tapply(), mapply().

These functions are substitutes/alternatives to loops.
Benefits of apply functions over traditional loops
1. Much more efficient and faster in execution.
2. Easy to follow syntax (rather than writing a block of instructions only one line of code using apply functions)

Комментарии

Информация по комментариям в разработке