View source: R/rtibble_to_txm.R
rtibble_to_txm | R Documentation |
Converts an R tibble object to a TXM corpus directory.
rtibble_to_txm(rtibble, to_dir = NULL, encoding = "UTF-8")
rtibble |
the name of the R object containing metadata and text data |
to_dir |
the directory that will contain the output files |
encoding |
the encoding of the resulting TXM corpus (defaults to UTF-8) |
no R output but new directory to_dir
rtibble_to_txm(LVtweets,
to_dir="fables_txm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.