We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
oa_query()
multiple_id
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
Hi
I am running
openalexR 2.0.0 2025-04-05 [1] CRAN (R 4.5.0)
Running
oa_query( identifier = c("W2162348455", "W2746723710"), multiple_id = TRUE )
Results in
Identifier is missing, please specify filter or search argument. NULL
Following on this, is there a reason why I have to specify multiple_id and not that it is set to isTRUE(length(identifier)>1))?
isTRUE(length(identifier)>1))
Thanks
Rainer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I am running
openalexR 2.0.0 2025-04-05 [1] CRAN (R 4.5.0)
Running
Results in
Following on this, is there a reason why I have to specify
multiple_id
and not that it is set toisTRUE(length(identifier)>1))
?Thanks
Rainer
The text was updated successfully, but these errors were encountered: