I'd like to have a function to check if a set of variables form a unique ID in a dataframe, like this: https://search.r-project.org/CRAN/refmans/eeptools/html/isid.html
I think this would make code more readable as pipes would not need to be involved.
function would return TRUE or FALSE. TRUE indicates the variables uniquely identify the rows. FALSE indicates they do not.