I'm trying to get citation counts for different R packages. I know that scholar
uses Google Scholar to get a list of publications given user's id.
Suppose that the only information we have is from citation("package")
, is there a way to get citation count of this package from Google Scholar? Maybe there is meta-data that contains this information or a package that does that?
There is a similar question -- Retrieve citations of a journal paper using R
But from what I've seen, citation("package")
looks different for every package, so there is no way of automatically retrieving publication title.