Generate random identifiers in a number of styles:
31f6d556fe2b303c
uuid
package, such as 4f0efabf-0375-4a08-89ea-b8f162f07c44
<adjective>_<animal>
(following gfycat.com), such as misanthropic_lungfish
33_enormous_chinchillas_tumbling_elegantly
dizuz-soboz
(which can be convereted to an integer such as 40,2638,895)These can all be tweaked with options for length, words that are used, and the case that joins words. There is a function ids
for creating your own human readable identifiers.
Install this package from CRAN
install.packages("ids")
or install the development version with
remotes::install_github("richfitz/ids", upgrade = FALSE)