id {dplyr}R Documentation

Compute a unique numeric id for each unique row in a data frame.

Description

Properties:

Usage

id(.variables, drop = FALSE)

Arguments

.variables

list of variables

drop

drop unused factor levels?

Value

a numeric vector with attribute n, giving total number of possibilities


[Package dplyr version 0.8.5 Index]