R - Apply a function over a data structure
Table of Contents
1 - About
The apply
function call a function over a data structure:
lapply
do it over a list- …
2 - Articles Related
3 - Examples
3.1 - Mean
Advertising
The apply
function call a function over a data structure:
lapply
do it over a list