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

Publication limit at 100 #83

Closed
tombroekel opened this issue Dec 11, 2019 · 2 comments
Closed

Publication limit at 100 #83

tombroekel opened this issue Dec 11, 2019 · 2 comments

Comments

@tombroekel
Copy link

It seems impossible to get all publications of authors with more than 100 publications, as the parameter "pagesize" does not seem to work.

@Vaufreyd
Copy link

Vaufreyd commented Dec 20, 2019

Hello,

You may find a suitable solution here https://www.r-bloggers.com/yet-another-post-on-google-scholar-data-analysis/ with the get_all_publications function.

It seems that there is a mispelling in the return statement (all_publicationss -> all_publications)

Doms.

jefferis added a commit that referenced this issue Jul 13, 2021
@jefferis
Copy link
Collaborator

It seems impossible to get all publications of authors with more than 100 publications

@tombroekel this is (not / no longer) true.

For example Liqun Luo has 308 publications at the time of writing and you can get them all like so:

> pubs=get_publications('1X-MOE8AAAAJ')
> nrow(pubs)
[1] 308

The pagesize argument controls the size of the batches in which publications are downloaded not the total number of publications that can be retrieved. I have updated the docs to clarify this in c935ea7. If you feel that this doesn't address your original issue then please re-open with a reproducible example.

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

3 participants