standardizeWordcount: standardizeWordcount Create frequency-count table from a set...

View source: R/standardizeWordCount.R

standardizeWordcountR Documentation

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

NULL


ababaian/palmid documentation built on July 1, 2023, 1:09 a.m.