listAppend {PatientLevelPrediction}R Documentation

join two lists

Description

join two lists

Usage

listAppend(a, b)

Arguments

a

A list

b

Another list

Details

This function joins two lists

Value

the joined list

Examples

a <- list(a = 1, b = 2)
b <- list(c = 3, d = 4)
listAppend(a, b)


[Package PatientLevelPrediction version 6.4.1 Index]