تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Tutorial on Apply Family of Functions in R language ضمن كورس لغة R شرح قناة Unboxing Big Data، الفديو رقم 19 مجانى معتمد اونلاين
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)