View source: R/helpers_variables.R
str_entre | R Documentation |
Extrae string entre dos textos
str_entre(text, ini = "", fin = "")
text |
string. Puede ser un named string. |
ini |
string, desde donde se extrae el texto |
fin |
string, hasta donde se extrae el texto |
string
str_entre('a (between) z', ini = '\\(', fin = '\\)')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.