lappend: Utility function to create list of lists

View source: R/BayesianPredictiveFutility.R

lappendR Documentation

Utility function to create list of lists

Description

Utility function to create list of lists

Usage

lappend(lst, ...)

Arguments

lst,

parent list to add specified vector to

...,

vector to be added to list

Value

parent list with vector added as last element

Examples

newList = lappend(list(), c(1,2,3,4,5))

dungtsa/BayesianPredictiveFutility documentation built on April 10, 2022, 7:48 p.m.