bare_combine: Turn a selection of comma-separated bare strings into a...

View source: R/combine_shortcuts.R

bare_combineR Documentation

Turn a selection of comma-separated bare strings into a base::combine statement

Description

Copied from hrbrmstr https://github.com/hrbrmstr/hrbraddins

Usage

bare_combine()

Details

Turns

a,b c,d,e f

or

a, b c, d, e f

into

c("a", "b c", "d", "e f")


AltfunsMA/cptools documentation built on Aug. 7, 2022, 5:44 p.m.