Combines the columns of a termco object. Generally intended for internal use but documented for completeness.
termco_c(termco.object, combined.columns, new.name, short.term = TRUE,
zero.replace = NULL, elim.old = TRUE, percent = NULL, digits = 2)
The names/indexes of the columns to be combined.
A character vector of length one to name the new combined column.
logical. If TRUE
column names are trimmed versions
of the match list, otherwise the terms are wrapped with 'term(phrase)'
Value to replace zeros with.
logical. If TRUE
eliminates the columns that are
combined together by the named match.list.
logical. If TRUE
output given as percent. If
FALSE
the
output is proportion.
Integer; number of decimal places to round when printing.
Returns a return a list, of class "termco"
, of data frames and
information regarding word counts:
raw word counts by grouping variable
proportional word counts by grouping variable; proportional to each individual's word use
a character combination data frame of raw and proportional
value to replace zeros with; mostly internal use
The value of percent used for plotting purposes.
integer value od number of digits to display; mostly internal use