intercalate_lst: collate lists together

View source: R/package.R

intercalate_lstR Documentation

collate lists together

Description

interleave multiple vectors

Usage

intercalate_lst(...)

Arguments

...

A set of lists to collate

Value

a lists with elements collated together

Examples

intercalate(list(paste0(1:5, "_A")), list(paste0(1:3, "_B")), list(paste0(1:6, "_C")))

kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.