lowerCase {splus2R} | R Documentation |
Convert text to lower or upper case.
lowerCase(x) upperCase(x)
x |
a character string. |
a character string coerced to the specified case.
anyMissing
,
as.rectangular
,
colIds
,
colMaxs
,
colMedians
,
colMins
,
colRanges
,
colStdevs
,
colVars
,
deparseText
,
ifelse1
,
is.numeric.atomic.vector
,
is.rectangular
,
is.missing
,
is.zero
,
oldUnclass
,
numCols
,
numRows
,
peaks
,
positions
,
rowIds
,
rowMaxs
,
rmvnorm
,
stdev
,
subscript2d
,
vecnorm
,
which.na
.
x <- "A dog and a cat" lowerCase(x) upperCase(x)