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

Duplication in user_name in flywire_contributions() #37

Open
mmc46 opened this issue Jan 21, 2021 · 2 comments
Open

Duplication in user_name in flywire_contributions() #37

mmc46 opened this issue Jan 21, 2021 · 2 comments

Comments

@mmc46
Copy link
Contributor

mmc46 commented Jan 21, 2021

Using what is in the example fw.edits = flywire_contributions().

There is one duplication in the list of user names: there is both a "Laia Serratosa Capdevila" and "L. Serratosa". I've looked at the change log of a sample of flywire.ids with each of these names and they both map to the same flywire user_name and user_id.

library(tidyverse)
library(hemibrainr)

fw.edits.df <- as_tibble(fw.edits)
unique(fw.edits.df$user_name)
@jefferis
Copy link
Contributor

I think this is because the API returned different things at different times. No real idea why.

@jefferis
Copy link
Contributor

@alexanderbates this would be a good reason to store the id as well mind you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants