listAppend: join two lists

View source: R/HelperFunctions.R

listAppendR 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)


OHDSI/PatientLevelPrediction documentation built on Feb. 14, 2025, 9:44 a.m.