txm_to_rtibble: Converts a TXM corpus directory to an R tibble object.

View source: R/txm_to_rtibble.R

txm_to_rtibbleR Documentation

Converts a TXM corpus directory to an R tibble object.

Description

Converts a TXM corpus directory to an R tibble object.

Usage

txm_to_rtibble(
  from_dir,
  to_dir = NULL,
  filename = "textot.txt",
  encoding = "UTF-8"
)

Arguments

from_dir

the corpus directory (contains metadata.csv and multiple .txt files)

to_dir

the directory that will contain the output file

filename

the name of the Iramuteq-formatted txt file (defaults to "textot.txt")

encoding

the encoding of the TXM corpus (defaults to UTF-8)

Value

an R tibble with columns id, text, and all columns from metadata.csv

Examples

txm_to_rtibble(from_dir=system.file("extdata/fables",
                                    package="textoteR"))

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