Parentheses and Braces

Usage

( ... )

{ ... }

Description

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.

See Also

if, return, etc for other objects used in the R language itself.


[Package Contents]