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

subnome

The goal of subnome is to substituir nomes em uma string.

Installation

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

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

Example

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


victordogo/subnome documentation built on March 19, 2022, 8:20 a.m.