lvaudor / textoteR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

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

# textoteR

<!-- badges: start -->
<!-- badges: end -->

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

- R (tibble)
- TXM (directory with metadata.csv and multiple .txt files)
- Iramuteq (single .txt)


## Installation

```{r}
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:


```{r example}
library(textoteR)
vignette("textoteR")
```

About


Languages

Language:R 100.0%