We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pubid
<NA>
First, thanks for maintaining this package!
I am having some trouble getting any pubid to show up in output of get_publications(). For example:
> scholar::get_publications("9zQR3rsAAAAJ")$pubid
[1] <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA> [...] [201] <NA> <NA> <NA> <NA> <NA> <NA> <NA> Levels:
If you or someone else can reproduce the error, perhaps something is wrong here or just below (else, I may have a unique or self-made problem):
scholar/R/publications.r
Line 87 in 5a5e041
It causes some downstream code to fail, because it is impossible to access values for pid in get_complete_authors(), for example.
pid
The text was updated successfully, but these errors were encountered:
I inadvertently duplicated this (and closed the present issue): #103 (comment) FYI: This is concerning scholar v0.2.2.
Sorry, something went wrong.
No branches or pull requests
First, thanks for maintaining this package!
I am having some trouble getting any
pubid
to show up in output of get_publications(). For example:> scholar::get_publications("9zQR3rsAAAAJ")$pubid
If you or someone else can reproduce the error, perhaps something is wrong here or just below (else, I may have a unique or self-made problem):
scholar/R/publications.r
Line 87 in 5a5e041
It causes some downstream code to fail, because it is impossible to access values for
pid
in get_complete_authors(), for example.The text was updated successfully, but these errors were encountered: