You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
440B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/utils.R
  3. \name{create_password}
  4. \alias{create_password}
  5. \title{Generate a random password}
  6. \usage{
  7. create_password(length = 8)
  8. }
  9. \arguments{
  10. \item{length}{Length of the desired password}
  11. }
  12. \value{
  13. A password of length length
  14. }
  15. \description{
  16. Generate a random alphanumeric password of any length
  17. }
  18. \details{
  19. Generate a random alphanumeric ([A-Za-z0-9]) password
  20. }