R/create-id.R

Defines functions create_id

create_id <- function(){
  paste(
    format(
      as.hexmode(sample(256, 8, replace = TRUE) - 1),
      width = 2
    ),
    collapse = ""
  )
}
ericrayanderson/shinymaterial documentation built on Oct. 9, 2020, 5:21 p.m.