knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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


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