Gets the publications of a specified scholar.
get_publications(
id,
cstart = 0,
cstop = Inf,
pagesize = 100,
flush = FALSE,
sortby = "citation"
)
a character string specifying the Google Scholar ID. If multiple IDs are specified, only the publications of the first scholar will be retrieved.
an integer specifying the first article to start counting. To get all publications for an author, omit this parameter.
an integer specifying the last article to process.
an integer specifying the number of articles to fetch
should the cache be flushed? Search results are cached by default to speed up repeated queries. If this argument is TRUE, the cache will be cleared and the data reloaded from Google.
a character with value "citation"
or
value "year"
specifying how results are sorted.
a data frame listing the publications and their details. These include the publication title, author, journal, number, cites, year, and two id codes (see details).
Google uses two id codes to uniquely reference a
publication. The results of this method includes cid
which
can be used to link to a publication's full citation history
(i.e. if you click on the number of citations in the main scholar
profile page), and pubid
which links to the details of the
publication (i.e. if you click on the title of the publication in
the main scholar profile page.)