Create a password with digits, letters and special characters
create_password(n = 8)
n
create_password(10)
Useful links