ran_pass: A password generator function

Description Usage Arguments Examples

View source: R/ran_pass.R.R

Description

This function allows you to generate random passwords.

Usage

1

Arguments

length

Length of the password.

type

"NL" for passwords with numbers and letters and "N" for passwords with numbers only.

Examples

1
ran_pass(length = 10, type = "NL")

werleycordeiro/password documentation built on Nov. 24, 2020, 6:59 a.m.