getFeqTable: Get Freq Table

Description Usage Arguments Details Value Author(s) Examples

View source: R/get_freq_table.R

Description

Get frequency table for a given text

Usage

1

Arguments

text

plain text or a paragraph

Details

getFeqTable

Value

data frame of word and it's frequency.

Author(s)

Jayachandra N

Examples

1
getFeqTable("shinyr is Incredible!")

Example output

Registered S3 method overwritten by 'quantmod':
  method            from
  as.zoo.data.frame zoo 
                 word freq
incredible incredible    1
shinyr         shinyr    1

shinyr documentation built on Oct. 21, 2021, 5:07 p.m.