Description Usage Arguments Value Examples
Gets profile information for a researcher from Google Scholar. Each scholar profile page gives the researcher's name, affiliation, their homepage (if specified), and a summary of their key citation and impact metrics. The scholar ID can be found by searching Google Scholar at http://scholar.google.com.
1 | get_profile(id)
|
id |
a character string specifying the Google Scholar ID. If multiple ids are specified, only the first value is used and a warning is generated. See the example below for how to profile multiple scholars. |
a list containing the scholar's name, affiliation, citations, impact metrics, fields of study, homepage and the author's list of coauthors provided by Google Scholar.
1 2 3 4 5 | {
## Gets profiles of some famous physicists
ids <- c("xJaxiEEAAAAJ", "qj74uXkAAAAJ")
profiles <- lapply(ids, get_profile)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.