hear - forget
see - remember
do - understand
16 Dec 2016
hear - forget
see - remember
do - understand
Formats:
Sources:
! Note some functions come in disguise, e.g., +(), ``
function(){}functionName(param1,param2)! A word about scoping (searching for objects): R looks for variables on the inside of a function first, then starts to check the outside.
=> DO NOT create functions that rely on outside objects!