Description Usage Arguments Value Examples
This function is to remove any trailing, leading as well as consecutive comma in between.
1 |
vector |
character vector with excessive comma |
character vector without excessive comma
1 | excess_comma(c(",,1,,,2,,3,,,"))# "1,2,3"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.