quanteda (version 1.5.2)

featfreq: Compute the frequencies of features

Description

For a dfm object, returns a frequency for each feature, computed across all documents in the dfm. This is equivalent to colSums(x).

Usage

featfreq(x)

Arguments

x

a dfm

Value

a (named) numeric vector of feature frequencies

Examples

Run this code
# NOT RUN {
dfmat <- dfm(data_char_sampletext)
featfreq(dfmat)
# }

Run the code above in your browser using DataCamp Workspace