push: push

Description Usage Arguments Value Examples

View source: R/funcs.R

Description

Push an object to the list.

Usage

1
push(l, ...)

Arguments

l,

that are going to push to the list

...,

list object

Value

combined list

Examples

1
2
    mylist <- list()
    newlist <- push ( 1, mylist )

debrowser documentation built on Dec. 18, 2020, 2 a.m.