Skip to contents

See above.

Usage

unique_id(x)

Arguments

x

any input.

Value

x turned into a list.

See also

Other tidyfun developer tools: ensure_list(), prep_plotting_arg()

Examples

unique_id(c("a", "b", "a"))
#> [1] "a"   "b"   "a.1"