make_password: Generate a random password

View source: R/make-password.R

make_passwordR Documentation

Generate a random password

Description

Make a password and send to the clipboard with [mark::write_clipboard()]

Usage

make_password(n = 16L, specials = "!@#$%^&*_+-=?", silent = TRUE)

Arguments

n

The character length desired (default: '16L')

specials

A single string of characters other than all letters (from 'LETTERS' and 'letters') and numbers ('0:9')

silent

if 'FALSE' will call 'cat()' on the password

Value

'NULL', invisible


jmbarbone/jordanExtra documentation built on Aug. 4, 2023, 5:37 p.m.