str_wrap_silence: Add silence to start and end of word

Description Usage Arguments Value Examples

Description

Add silence to start and end of word

Usage

1

Arguments

xs

a character vector

Value

the inputted strings but with silence characters ("-") added to beginning and end of word.

Examples

1
2
str_wrap_silence(c("", "a", "ab"))
# c("--", "-a-", "-ab-")

tjmahr/retrace documentation built on May 31, 2019, 3:41 p.m.