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

View source: R/combine_shortcuts.R

bare_space_combineR Documentation

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

Description

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

Usage

bare_space_combine()

Details

Turns

a b c d e f

into

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

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


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