make_sandwiches: Recombines "sandwich" elements in proper order

Description Usage Arguments Value

View source: R/utils-split.R

Description

Helper for split_sandwiches. Once sections have been identified and extracted, recombines them in the correct order.

Usage

1
make_sandwiches(meat, top_buns, bottom_buns = NULL)

Arguments

meat

Character vector containing string sections between delimiters

top_buns

Character vector containing starting delimiters

bottom_buns

Character vector containing ending delimiters

Value

A character vector.


flair documentation built on April 24, 2020, 1:06 a.m.