View source: R/scholar_search.R
scholar_search | R Documentation |
Search Google Scholar Highly Related Papers or Author
scholar_search( keyword, is_author = TRUE, server_url = "https://api.scaleserp.com", server_key = NULL )
keyword |
A keyword, can be author name, e.g. "Shixiang Wang". |
is_author |
Default is |
server_url |
Server URL, here I use Scale SERP API. |
server_key |
Key for searching data (multiple is acceptable), you can obtain it from URL above. If not set, use personal key from Shixiang. Total 125x2 free searches per month. |
A data.frame
or a list
.
x <- scholar_search("Shixiang Wang") x x <- scholar_search("Shixiang Wang", is_author = FALSE) if (!is.null(x)) { x$gt }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.