Assigns unique identifiers to dataset observations. If there is already a column called uid, that does infact contain unique ids, it simply uses them. Otherwise, it looks for the columns `depth` and `label`, and generates a meaningful identifier by combining them. Otherwise, it simply uses consecutive numbers prefixed by `uid`.
uid_labeller(dataframe)pass the name of a dataframe parsed using "itrax_import()" or "itrax_join()"