| write_conc | R Documentation |
This function writes an object of class conc to a file.
write_conc(x, file = "", sep = "\t")
x |
Object of class |
file |
Path to output file. |
sep |
Field separator for the columns in the output file. |
Invisibly, x.
read_conc()
Other writing functions:
write_assoc(),
write_fnames(),
write_freqlist(),
write_tokens(),
write_txt(),
write_types()
(d <- conc('A very small corpus.', '\\w+', as_text = TRUE))
write_conc(d, "example_data.tab")
(d2 <- read_conc("example_data.tab"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.