commonCounts: Compute and return counts of "common" word lists in passwords...

Description Usage Arguments Examples

Description

Returns a list of computed frequency counts from strings in the following built-in word lists:

Usage

1
commonCounts(passwords)

Arguments

passwords

list as a result of call to makeCounts()

Examples

1
2
3
4
passwords <- readPass("singles.org.txt")
counts <- commonCounts(passwords)
counts$colors$red$count
[1] 66

ddsbook/ripal documentation built on May 15, 2019, 1:53 a.m.