View source: R/substitui_nome.R
substitui_nome | R Documentation |
Pacote teste para a disciplina de Perspectiva em Ciência de Dados que substitui nomes dentro de uma string.
substitui_nome( string, aluno = "Victor", aluna = "Samantha", professor = "Rafael" )
string |
Uma string |
aluno |
Um nome de aluno, padrao "Victor" |
aluna |
Um nome de aluna, padrao "Samantha" |
professor |
Um nome de professor, padrao "Rafael" |
A string com palavras "professor","aluno" ou "aluna" substituidas por nomes "Rafael", "Victor" ou "Samantha" respectivamente.
substitui_nome("O professor deu uma prova. A aluna foi muito bem, ja o aluno, nem tanto.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.