R/str_random.R
str_random.Rd
Creates a random string of either all uppercase, all lowercase, or both of a given character_length
str_random(character_length, replace = TRUE, type = "both")