cap1 {pAnalysis} | R Documentation |
cap1
Description
Simple function to capitalize letters
Usage
cap1(x)
Arguments
x |
Character variable |
Value
The output of cap 1 is a capitalized character variable
Author(s)
Joseph G. Kreke, PhD
Examples
uncappedtitle <- "this title"
cappedtitle <- cap1(uncappedtitle)
[Package pAnalysis version 2.0 Index]