password_gen: Password Generator

Description Usage Arguments Details Value Author(s) Examples

View source: R/password_gen.R

Description

Creates a QF-valid password

Usage

1
password_gen(password_length = 8, special_chars = NULL)

Arguments

password_length

the length in characters of the password

special_chars

an optional string vector with allowable special characters to use, if needed

Details

Creates a random password that will be accepted by various corporate systems

Value

This returns a random password of length password_length

Author(s)

Matt Simmons mattsimmons@email.com

Examples

1
2
x <- password_gen()
y <- password_gen(password_length = 3)

mattsq/examplePackage documentation built on May 23, 2020, 12:23 p.m.