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

textoteR

The goal of textoteR is to help with the conversion of text corpora from one format to another. Supported formats are:

Installation

if(system.file(package="remotes")==""){
  install.packages("remotes")
}
remotes::install_github("lvaudor/textoteR",
                        build_vignettes=TRUE)

Examples

Once installed, see the package's vignette for more explanations and examples of use:

library(textoteR)
vignette("textoteR")


lvaudor/textoteR documentation built on April 5, 2025, 3:03 a.m.