pybliometrics-dev / pybliometrics

Python-based API-Wrapper to access Scopus
https://pybliometrics.readthedocs.io/en/stable/
Other
410 stars 128 forks source link

Change documentation of rangeCount #207

Closed raffaem closed 2 years ago

raffaem commented 3 years ago

The current documentation for CitationOverview.rangeCount states

Number of citations for the specified years for each document.

I understood it would return a matrix with years in the rows and documents in the columns, or something like that.

I would change it to

Number of citations over the specified year range for each document.

Michael-E-Rose commented 3 years ago

You're right, the documtation could be clearer. What about Total citation count over the specified year range for each document?

Wanna put together a PR?