inlinedocs (version 2019.12.5)

combine.list: combine list

Description

combine lists by adding elements or adding to existing elements

Usage

# S3 method for list
combine(x, y)

Arguments

x
y

Value

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