Displaying 1 result from an estimated 1 matches for "r56344".
Did you mean:
56344
2011 Jul 14
1
Correct behavior of Hmisc::capitalize()?
...quot;, string, perl = TRUE)
substr(string[capped], 1, 1) <- toupper(substr(string[capped],
1, 1))
return(string)
}
<environment: namespace:Hmisc>
There are also some misspelled words in help("capitalize").
> sessionInfo()
R version 2.13.1 Patched (2011-07-09 r56344)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] splines stats graphics grDevice...