uid_labeller | R Documentation |
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)
dataframe |
pass the name of a dataframe parsed using |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.