Learn R Programming

codecountR (version 0.0.4.8)

tokenization: tokenization

Description

tokenization

Usage

tokenization(txtFile)

Value

a list

Arguments

txtFile

a character

Examples

Run this code
theFile =system.file("ExText.txt", package = "codecountR")
data=tokenization(theFile)

Run the code above in your browser using DataLab