byLength: Get password length statistics from a passwords data frame

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 length)

Usage

1
byLength(passwords)

Arguments

passwords

data frame of passwords with basewords already computed

Value

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

Examples

1
2
passwords <- readPass("singles.org.txt")
countByLen <- byLength(passwords)

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