Writes a table generated by mc_prep_tsv
to a TSV file.
mc_write_tsv(mctext, writeto, filename, split = FALSE,
bycorpus = FALSE)
Directory to which to write output to. Defaults to
getwd
.
A length 1 character vector containing the name of the
written output. If empty and split
is FALSE
, defaults to
"multicast_YYMM". Ignored if split
is TRUE
, as file names are
automatically constructed.
Logical. If TRUE
, generates file names from text
metadata.
Logical. If TRUE
, generates file names only from
corpus names.
A data.table
.