Description Usage Arguments Value Examples
View source: R/contador_letras.R
contar_letras
return number of any letters on alphabet for each column.
1 | contar_letras(base, columns, suffix = NULL)
|
base |
A data table, data frame or character vector. |
columns |
for apply the function |
suffix |
Suffix name for the new column. |
a data.table number of any letters on alphabet for each column
1 2 | base <- data.frame(nome = c("Jo<c3><a3>o das Neves", "Pedro dos Anjos", "Maria das Gracas"))
base <- contar_letras(base, "nome")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.