jkeirstead / scholar

Analyse citation data from Google Scholar
Other
312 stars 83 forks source link

Retrieving field-of-interest/expertise labels #94

Closed TS404 closed 3 years ago

TS404 commented 3 years ago

Is there any way that get_profile(id) could be expanded to also retrieve the field-of-interest/expertise labels that profile holders assign to themselves?

TS404 commented 3 years ago

I've found a way of doing this! See pull request #95

jefferis commented 3 years ago

Thanks again for PR.

TS404 commented 2 years ago

I've made a few additional updates to the get_profile(id) function to handle the new way of handing fields of expertise, and to return available/not_available numbers of publications (pull request #104). I think I've correctly updated the necessary .R function file and .Rd manual file (no changes should be needed to the namespace this time).