View source: R/HerramientasAutonomas.R
left | R Documentation |
Extrae la parte izquierda de una cadena de caracteres.
left(text, num_char)
text |
La cadena de caracteres. |
num_char |
Número de caracteres. |
Jose Alejandro Morán Pérez
https://www.rforexcelusers.com/how-to-mid-right-left-r/
left("IZQUIERDACENTRODERECHA",9) #->"IZQUIERDA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.