Learn R Programming

multicastR (version 1.2.0)

mc_write_tsv: Write a TSV table to file

Description

Writes a table generated by mc_prep_tsv to a TSV file.

Usage

mc_write_tsv(mctext, writeto, filename, split = FALSE,
  bycorpus = FALSE)

Arguments

writeto

Directory to which to write output to. Defaults to getwd.

filename

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.

split

Logical. If TRUE, generates file names from text metadata.

bycorpus

Logical. If TRUE, generates file names only from corpus names.

mcctext