Learn R Programming

sentometrics (version 0.5.6)

get_hows: Options supported to perform aggregation into sentiment measures

Description

Outputs the supported aggregation arguments. Call for information purposes only. Used within ctr_agg to check if supplied aggregation hows are supported.

Usage

get_hows()

Arguments

Value

A list with the supported aggregation hows for arguments howWithin ("words"), howDows ("docs") and howTime ("time"), to be supplied to ctr_agg.

Details

See the package's vignette for a detailed explanation of all aggregation options.

See Also

ctr_agg