Paren {base} | R Documentation |
Open parenthesis, (
, and open brace, {
, are
.Primitive
functions in R.
Effectively, (
is semantically equivalent to the identity
function(x) x
, whereas {
is slightly more interesting,
see examples.
( ... ) { ... }
if
, return
, etc for other objects used in
the R language itself.