R/utils.R

Defines functions generate_id

generate_id <- function() {
  paste0(sample(letters, 26), collapse = "")
}

Try the cicerone package in your browser

Any scripts or data that you put into this service are public.

cicerone documentation built on Jan. 11, 2021, 1:35 a.m.