grapes-s-grapes: Export of stringi string concatenate

Description Usage Arguments Examples

Description

Export of stringi string concatenate

Usage

1
e1 %s% e2

Arguments

e1

Character vector. LHS

e2

Chracter vector. RHS

The operator concatenates the LHS and RHS just as if you'd typed stri_c(e1, e2) or str_c(e1, e2) respectively.

Examples

1

STAT-UP/statupinternal documentation built on May 9, 2019, 11:43 a.m.