Description Usage Arguments Value Examples
Add silence to start and end of word
1  | str_wrap_silence(xs)
 | 
xs | 
 a character vector  | 
the inputted strings but with silence characters ("-") added to beginning and end of word.
1 2  | str_wrap_silence(c("", "a", "ab"))
# c("--", "-a-", "-ab-")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.