Calling Functions

Functions overall look like this:

function_name(argument1 = value 1, 
              argument2 = value 2, 
              ...)
  • Functions and objects are always displayed in the Environment tab in RStudio.