View source: R/server-std_names.R
str_trim_dashes | R Documentation |
'str_trim_dashes()' removes leading and trailing dashes from a string. This is most useful to clean up the results of previous operations that may have left such dashes.
str_trim_dashes(string)
string |
A character vector |
The input 'string', with leading and trailing dashes removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.