Learn R Programming

debrowser (version 1.0.8)

push: 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

Run this code
    mylist <- list()
    newlist <- push ( 1, mylist )

Run the code above in your browser using DataLab