cDS {dsBase}R Documentation

Concatenates objects into a vector or list

Description

This function is similar to the R base function 'c'.

Usage

cDS(objs)

Arguments

objs

a list which contains the the objects to concatenate.

Details

Unlike the R base function 'c' on vector or list of certain length are allowed as output

Value

a vector or list

Author(s)

Gaye, A.


[Package dsBase version 6.3.0 ]