lengthFreq: Return password length statistics (by frequency) from...

Description Usage Arguments Value Examples

Description

Returns a data frame of the count and ratio of passwords by length in the passwords data frame (ordered by frequency)

Usage

1
lengthFreq(passwords)

Arguments

passwords

a data frame of passwords with basewords already computed

Value

data frame of count & ratio of passwords by length, ordered by freq

Examples

1
2
passwords <- readPass("singles.org.txt")
countByFreq <- lengthFreq(passwords)

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