compute_freqs: Compute token frequency

Description Usage Arguments Details Value

Description

Compute the frequency of tokens.

Manipulates output from compute_freqs_facet_at() for compute_freqs_mult_by2 function.

Usage

1
2
3
4
5
6
7
8
9
compute_freqs_facet_at(data = NULL, token = NULL, facet = NULL)

compute_freqs_facet(..., token, facet)

compute_freqs_at(data = NULL, token = NULL, facet = NULL)

compute_freqs(..., token, facet)

compute_freqs_facet_wide_at(..., token = NULL, facet = NULL)

Arguments

data

data.frame.

token

bare for NSE; character for SE. Name of column in data to use for count.

facet

character. Name of column in data to use for facetting. It is set to NULL by default in the non-facet function even though it is not necessary. If specified with the non-facet version of the function, then the function acts just like the _facet version.

...

dots. Parameters to pass directly to visualize_time().

Details

None.

To be used by _by2 function only.

Value

data.frame.

data.frame.


tonyelhabr/tetext documentation built on May 14, 2019, 8:03 a.m.