combine.list {inlinedocs}R Documentation

combine list

Description

combine lists by adding elements or adding to existing elements

Usage

## S3 method for class 'list'
combine(x, y)

Arguments

x
y

Value

A list, same type as x, but with added elements from y.

Author(s)

Toby Dylan Hocking <toby@sg.cs.titech.ac.jp> [aut, cre], Keith Ponting [aut], Thomas Wutzler [aut], Philippe Grosjean [aut], Markus Müller [aut], R Core Team [ctb, cph]


[Package inlinedocs version 2013.9.3 Index]