Learn R Programming

PatientLevelPrediction (version 6.4.0)

listAppend: join two lists

Description

join two lists

Usage

listAppend(a, b)

Value

the joined list

Arguments

a

A list

b

Another list

Details

This function joins two lists

Examples

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

Run the code above in your browser using DataLab