prepend_list: Prepend a List

prepend_listR Documentation

Prepend a List

Description

A prepend function that plays nicely with lists.

Usage

prepend_list(x, ...)

Arguments

x

the vector to be modified.

...

the objects to be included in the modified vector.

Value

A merged vector.

Examples

# prepend_list(list(c("test", "two"), c("test", "three")), c("test", "one"))

JackEdTaylor/LexOPS documentation built on Sept. 10, 2023, 3:09 a.m.