cap1 {pAnalysis} | R Documentation |
Simple function to capitalize letters
cap1(x)
x |
Character variable |
The output of cap 1 is a capitalized character variable
Joseph G. Kreke, PhD
uncappedtitle <- "this title"
cappedtitle <- cap1(uncappedtitle)