singleupp | R Documentation |
Function to get the first letter only as upper case of a string.
singleupp(fac)
fac |
is an object of class string or factor |
It is specially set to arrange an data vector having alphanumeric format.
This function returns an object having the resulting string.
Christian Salas-Eljatib
Salas-Eljatib, C. 2021. Análisis de datos con el programa estadístico R: una introducción aplicada. Ediciones Universidad Mayor, Santiago, Chile. 170 p. https://eljatib.com/rlibro
singleupp("PETER")
cities <- c("bogota","lima","new york","santiago","madrid")
singleupp(cities)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.