Description Usage Arguments Details Value Author(s) Examples
Creates a QF-valid password
1 | password_gen(password_length = 8, special_chars = NULL)
|
password_length |
the length in characters of the password |
special_chars |
an optional string vector with allowable special characters to use, if needed |
Creates a random password that will be accepted by various corporate systems
This returns a random password of length password_length
Matt Simmons mattsimmons@email.com
1 2 | x <- password_gen()
y <- password_gen(password_length = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.