Skip to contents

Random string

Usage

random_string(n = 5)

Arguments

n

number of characters for random string

Value

A string of random letters with n characters.

Examples

random_string(3)
#> [1] "wea"