The goal of subnome is to substituir nomes em uma string.
You can install the development version of subnome from GitHub with:
# install.packages("devtools")
devtools::install_github("victordogo/subnome")
This is a basic example which shows you how to solve a common problem:
library(subnome)
substitui_nome("O professor deu uma prova. A aluna foi muito bem, ja o aluno, nem tanto.")
#> [1] "O Rafael deu uma prova. A Samantha foi muito bem, ja o Victor, nem tanto."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.