wordFreq: Function to get the word frequency in a string of text

View source: R/wordFreq.R

wordFreqR Documentation

Function to get the word frequency in a string of text

Description

Function to get the word frequency in a string of text

Usage

wordFreq(x, removeCommon = T)

Arguments

x

string of text to count

remmoveCommon

Remove the common words (i.e. 'a', 'are', 'the', ...)


jpablo91/Pabloverse documentation built on April 11, 2024, 2:54 p.m.