View source: R/row_number_unique.r
row_number_unique | R Documentation |
Get the row number for unique values.
row_number_unique(x)
x |
A vector |
A numeric vector with rank, given the unique values from argument 'x'.
row_number_unique(mtcars$gear)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.