Summary • Scoping defines variable search rules (R uses lexical scoping). • Argument matching: exact, partial, or positional. • Functions are created using function() and can have default or variable arguments. • Specialized functions are built-in for math, stats, and text manipulation.