[ top | up ]

Combine Values into a Vector or List

Syntax

c(...)

Description

c combines its arguments to form a vector. All arguments are coerced to a common type. This is the type of the returned value.

Examples

c(1,100)