word_frequency: Counts words in free text

Description Usage Arguments Details Value

Description

Counts words in free text

Usage

1
word_frequency(free_text_vector)

Arguments

free_text_vector

a character vector of free text

Details

Counts words identified with 'extract_word()'

Value

A dataframe with 2 columns, "word": the identified word; "count": how many time the word appeared.


yannsay/text2cat documentation built on June 4, 2019, 12:06 a.m.