Learn R Programming

shinyr (version 0.3.0)

getFeqTable: Get Freq Table

Description

Get frequency table for a given text

Usage

getFeqTable(text)

Arguments

text

plain text or a paragraph

Value

data frame of word and it's frequency.

Details

getFeqTable

Examples

Run this code
# NOT RUN {
getFeqTable("shinyr is Incredible!")
# }

Run the code above in your browser using DataLab