WGCNA (version 1.72-5)

prepComma: Prepend a comma to a non-empty string

Description

Utility function that prepends a comma before the input string if the string is non-empty.

Usage

prepComma(s)

Value

If s is non-empty, returns paste(",", s), otherwise returns s.

Arguments

s

Character string.

Author

Peter Langfelder

Examples

Run this code
prepComma("abc");
prepComma("");

Run the code above in your browser using DataLab