printCounts: Print the counts and ratio of found terms via makeCounts(x,...

Description Usage Arguments Examples

Description

Print the counts and ratio of found terms via makeCounts(x, passwords)

Usage

1
printCounts(ct, tot)

Arguments

list

as a result of call to makeCounts()

total

passwords in password list

Examples

1
2
passwords <- readPass("singles.org.txt")
printCounts(makeWordListCounts(months.abb, passwords), nrow(passwords))

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