Learn R Programming

multicastR (version 1.2.0)

mc_prep_table: Prepare a summary table

Description

Called by mc_table. This is a wrapper for the loops that generate tables collection-wide or corpus/text-wise.

Usage

mc_prep_table(xtab, data, by, writeto, funcs, bycol)

Arguments

xtab

A table generated by mc_table.

data

The data.table from which the table was created.

by

Create table 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.