write_to_txm | R Documentation |
Writes metadata and textdata as a TXM corpus directory (with UTF-8 encoding).
write_to_txm(metadata, textdata, to_dir = "corpus_txm")
metadata |
metadata R tibble |
textdata |
textdata R tibble |
to_dir |
the directory that will contain the output files |
no R output but new directory to_dir
metadata=get_metadata(sourcetype="Iramuteq",
from_dir="data-raw",
filename="textot.txt")
textdata=get_textdata(sourcetype="Iramuteq",
from_dir="data-raw",
filename="textot.txt")
write_to_txm(metadata,
textdata,
to_dir="corpus_txm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.