simpleCap {netDx} | R Documentation |
simple capitalization
simpleCap(x)
x |
(char) name |
used to format feature names so they are not in all-caps
(char) Changes case so start of each word is in upper-case, and the rest is in lowercase
simpleCap('this IS a TEST sEnTenCe')