prepComma | R Documentation |
Utility function that prepends a comma before the input string if the string is non-empty.
prepComma(s)
s |
Character string. |
If s
is non-empty, returns paste(",", s)
, otherwise returns s.
Peter Langfelder
prepComma("abc");
prepComma("");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.