knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of textoteR is to help with the conversion of text corpora from one format to another. Supported formats are:
if(system.file(package="remotes")==""){ install.packages("remotes") } remotes::install_github("lvaudor/textoteR", build_vignettes=TRUE)
Once installed, see the package's vignette for more explanations and examples of use:
library(textoteR) vignette("textoteR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.