charStats: Compute various "character" statistics from passwords in a...

Description Usage Arguments Value Examples

Description

Returns a list of character stats (raw and percentage) for the passwords in the passwords data frame

Usage

1
charStats(passwords)

Arguments

passwords

a data frame of passwords with basewords already computed

Value

list of character stats (row & percentage)

Examples

1
2
3
4
passwords <- readPass("singles.org.txt")
char.stats <- charStats(passwords)
char.stats$oneToSix
[1] 5083

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