-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I had no issue to run the code until today. I have tried a few times, and all failed. The most recent change is OpenAlex added 99 millions DataCite records on Nov 1.
works_published_2023 <-oa_fetch(
entity="works",
institutions.ror=c("03m2x1q45"), # UArizona
#institutions.ror=c("00cvxb145"), # University of Washington
from_publication_date ="2023-01-01",
to_publication_date = "2023-12-31",
)
Error message:
Error in tibble::as_tibble():
! Column name id must not be duplicated.
Use .name_repair to specify repair.
Caused by error in repaired_names():
! Names must be unique.
✖ These names are duplicated:
- "id" at locations 1 and 23.
Runrlang::last_trace()to see where the error occurred.
Metadata
Metadata
Assignees
Labels
No labels