You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the reason to want this is is so that one can check prior to using mutate(..., .by = ...) to get the effect of rowwise then perhaps it would be better to support something like .by = .ROWID .
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.
The text was updated successfully, but these errors were encountered: