Learn R Programming

SherlockHolmes (version 1.0.2)

strSplitTab: strSplitTab

Description

use strsplit to parse words from text t, delete the empty string from the result, and compile into a sorted table of word frequencies

Usage

strSplitTab(t)

Value

a sorted table of raw word counts

Arguments

t

vector of character strings representing lines of the orginal text

Examples

Run this code
sst<-strSplitTab(texts.vec)

Run the code above in your browser using DataLab