View source: R/rtibble_to_iramuteq.R
rtibble_to_iramuteq | R Documentation |
Converts an R tibble object to an Iramuteq corpus file.
rtibble_to_iramuteq(
rtibble,
to_dir = NULL,
filename = "textot.txt",
encoding = "UTF-8"
)
rtibble |
the name of the R object containing metadata and text data |
to_dir |
the directory that will contain the output file |
filename |
the name of the Iramuteq-formatted .txt file |
encoding |
encoding of the resulting Iramuteq corpus |
no R output but new file with name 'filename'
rtib= txm_to_rtibble(from_dir=system.file("extdata/fables",
package="textoteR"))
rtibble_to_iramuteq(rtib,
filename="textot_fables.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.