get_scholar_id | R Documentation |
Search for Google Scholar ID by name and affiliation
get_scholar_id(last_name = "", first_name = "", affiliation = NA)
last_name |
Researcher last name. |
first_name |
Researcher first name. |
affiliation |
Researcher affiliation. |
Google Scholar ID as a character string.
get_scholar_id(first_name = "kristopher", last_name = "mcneill")
get_scholar_id(first_name = "michael", last_name = "sander", affiliation = NA)
get_scholar_id(first_name = "michael", last_name = "sander", affiliation = "eth")
get_scholar_id(first_name = "michael", last_name = "sander", affiliation = "ETH Zurich")
get_scholar_id(first_name = "michael", last_name = "sander", affiliation = "Mines")
get_scholar_id(first_name = "james", last_name = "babler")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.