R/create-id.R

Defines functions create_id

create_id <- function(){
  paste(
    format(
      as.hexmode(sample(256, 8, replace = TRUE) - 1),
      width = 2
    ),
    collapse = ""
  )
}

Try the shinymaterial package in your browser

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

shinymaterial documentation built on Sept. 1, 2020, 1:07 a.m.