write_types | R Documentation |
This function writes an object of the class types
to a text file. Each type
is written to a separate line. The file encoding that is used is
"UTF-8"
.
write_types(x, file, ...)
x |
Object of class |
file |
Name of the output file |
... |
Additional arguments (not implemented). |
Invisibly, x
.
read_types()
Other writing functions:
write_assoc()
,
write_conc()
,
write_fnames()
,
write_freqlist()
,
write_tokens()
,
write_txt()
types <- as_types(c("first", "second", "third")) write_types(types, "file_with_types.txt") types_2 <- read_types("file_with_types.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.