View source: R/txm_to_iramuteq.R
| txm_to_iramuteq | R Documentation | 
Converts a TXM corpus directory to an Iramuteq corpus file.
txm_to_iramuteq(
  from_dir,
  to_dir = NULL,
  filename = "textot.txt",
  encoding = "UTF-8"
)
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)  | 
no R output but new file with name 'filename'
txm_to_iramuteq(from_dir=system.file("extdata/fables",
                                     package="textoteR"),
                filename="data-raw/alltexts_iramuteq.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.