Learn R Programming

multicastR (version 1.2.0)

mc_write_table: Write summary tables to file

Description

Called by mc_prep_table.

Usage

mc_write_table(ctab, data, by, writeto, funcs, bycol)

Arguments

ctab

A table generated by mc_table, then prepared by mc_prep_table.

data

The data.table from which the table was created.

by

Write files for "all" data, or split by "corpus" or "text".

writeto

Path to write output to.

funcs

List of function symbols to tabulate.

bycol

Column to split data by.

Value

Nothing.