make_unique_id: Create an unique ID

View source: R/batch_constructor.R

make_unique_idR Documentation

Create an unique ID

Description

Create an unique ID

Usage

make_unique_id(name, id = sample(1:1e+14, 1, replace = FALSE), sep = ".")

Arguments

name

Name of the ID

id

Unique identfier. If not given selected randomly

sep

Separator between name and ID


TearsWillFall/ULPwgs documentation built on April 18, 2024, 3:45 p.m.