push: push

View source: R/funcs.R

pushR Documentation

push

Description

Push an object to the list.

Usage

push(l, ...)

Arguments

l,

that are going to push to the list

...,

list object

Value

combined list

Examples

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

UMMS-Biocore/debrowser documentation built on Feb. 9, 2024, 6:15 p.m.