get_unique_id: get_unique_id

Description Usage Arguments Examples

View source: R/generic.R

Description

get_unique_id

Usage

1
get_unique_id(prefix = "id", suffix = "", random_length = 8)

Arguments

prefix

Default id. Character string to be added in the front.

suffix

Default ”. Character string to be added in the end.

random_length

Integer, defaults to 8. In our opinion 8 serves well, providing 'uniqueness' and not being much of a eyesore.

Examples

1
2
3
## Not run: 
get_unique_id(base = id, random_length = 8)
## End(Not run)

sahilseth/flowr documentation built on March 20, 2021, 8:44 a.m.