| pwGen | R Documentation | 
Generates a password based on a desired number of digits and a random seed.
pwGen(ndigits, seed = 123, master = NULL)
ndigits | 
 Desired number of digits as   | 
seed | 
 See   | 
master | 
 Path to .mk master file for static password creation.  | 
A password.
Tim Appelhans
set.seed.
pwGen(4, seed = as.numeric(Sys.Date()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.