View source: R/iramuteq_to_rtibble.R
iramuteq_to_rtibble | R Documentation |
Converts an Iramuteq corpus file to an R tibble object.
iramuteq_to_rtibble(
from_dir = NULL,
filename = "textot.txt",
encoding = "UTF-8"
)
from_dir |
the corpus directory (contains the Iramuteq-formatted file) |
filename |
the name of the Iramuteq-formatted txt file (defaults to "textot.txt") |
encoding |
the encoding of the Iramuteq-formatted file (defaults to UTF-8) |
a R tibble comprising both metadata and texts
rtib=iramuteq_to_rtibble(from_dir=system.file("extdata",package="textoteR"),
filename="macron_covid.txt",
encoding="UTF-8")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.