bare_space_combine: Turn a selection of space-separated bare strings into a...

View source: R/bare_space_combine.R

bare_space_combineR Documentation

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

Description

Turns

a b c d e f

into

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

Usage

bare_space_combine()

Details

If the option hrbraddins_uspace is set TRUE, underscores will be converted to spaces before the final combine statement is created.


scottfrechette/funcyfrech documentation built on Aug. 26, 2022, 9:13 a.m.