Learn R Programming

palmid (version 0.0.3)

standardizeWordcount: standardizeWordcount Create frequency-count table from a set of characters which are assigned a standardized rank-order scores from 10.0 to 1.0.

Description

standardizeWordcount Create frequency-count table from a set of characters which are assigned a standardized rank-order scores from 10.0 to 1.0.

Usage

standardizeWordcount(words, ntop = 50)

Arguments

words

character, description of vector [Default]

ntop

numeric, return only N top words [50]

Value

table, frequency-count table with 10:1 standard

Examples

Run this code
# NOT RUN {
NULL

# }

Run the code above in your browser using DataLab