get_complete_coauthors | R Documentation |
This function scrapes the full coauthor list for a publication from Google Scholar. It is a modified version from the scholar package that includes a sleep option to allow a time between http requests.
get_complete_coauthors(id, pubid, sleep = 3, ...)
id |
A Google scholar id from a public id page |
pubid |
A publication id can be returned from get_publications() |
sleep |
A number in seconds to wait in between requests passes to Sys.sleep() |
... |
further argments to pass such as agent identification, encoding, etc. |
A character string with a full author list of full author names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.