README.md

pacoteteste

The goal of pacoteteste is to demonstrar a criacao de um pacote.

Installation

You can install the development version of pacoteteste from GitHub with:

# install.packages("devtools")
devtools::install_github("victordogo/pacoteteste")

Example

Como usar a funcao teste:

library(pacoteteste)

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."


victordogo/pacoteteste documentation built on March 30, 2022, 12:24 a.m.