Learn R Programming

factory (version 0.1.0)

:=: Digested is

Description

Tidy evaluation uses a special parameter assignment operator, :=. See quasiquotation for more information.

Arguments

lhs

An expression that evaluates to a character or a symbol (used as a function parameter).

rhs

The thing to assign to that parameter.