push {debrowser}R 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 )

[Package debrowser version 1.22.4 Index]