This function writes a character vector to a text file. By default, each item in the character vector becomes a line in the text file.
Arguments
- x
A character vector.
- file
Name of the output file.
- line_glue
Character string to be used as end-of-line marker on disk or
NA
for no end-of-line marker (so thatx
becomes a single line).
See also
Other writing functions:
write_assoc()
,
write_conc()
,
write_fnames()
,
write_freqlist()
,
write_tokens()
,
write_types()