merge_list: Merge two named lists

Description Usage Arguments Value Note

Description

Merge two named lists

Usage

1
merge_list(x, y)

Arguments

x

Base list

y

Additional entries to be merged into x

Value

A list with entries from x and y.

Note

Entries in x that are also present in y will use the values from y.


humburg/reportmd documentation built on May 17, 2019, 9:13 p.m.