Functions overview



function_name = function(arg1, arg2, arg3) {
     # commands
     return(someReturnValue)
}