Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate ranks #409

Closed
spsanderson opened this issue Apr 3, 2024 · 0 comments · Fixed by #411
Closed

duplicate ranks #409

spsanderson opened this issue Apr 3, 2024 · 0 comments · Fixed by #411
Assignees
Labels
enhancement New feature or request

Comments

@spsanderson
Copy link
Owner

spsanderson commented Apr 3, 2024

Get warning of duplicate ranks

check_duplicate_rows <- function(data) {
  !apply(data, 1, function(x) length(unique(x)) == ncol(data))
}
@spsanderson spsanderson self-assigned this Apr 3, 2024
@spsanderson spsanderson added the enhancement New feature or request label Apr 3, 2024
@spsanderson spsanderson added this to the TidyDensity 1.3.1 milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant