get_complete_authors {scholar} | R Documentation |
Get the Complete list of authors for a Publication
Description
Found as Muhammad Qasim Pasta's solution here https://github.com/jkeirstead/scholar/issues/21
Usage
get_complete_authors(id, pubid, delay = 0.4, initials = TRUE)
Arguments
id |
a Google Scholar ID |
pubid |
a Publication ID from a given google Scholar ID |
delay |
average delay between requests. A delay is needed to stop Google identifying you as a bot |
initials |
if TRUE (default), first and middle names will be abbreviated |
Value
a string containing the complete list of authors
Author(s)
Muhammad Qasim Pasta
Abram B. Fleishman
James H. Conigrave
[Package scholar version 0.2.4 Index]