View source: R/googlescholar.R
getgsauthor | R Documentation |
Fetch author's publication from Google Scholar
getgsauthor(id, start = 1, end = 100)
id |
the google scholar ID to be searched |
start |
begin item |
end |
finish item |
tibble object
## Not run: library(scifetch) id <- "SPNX8oUAAAAJ" z <- getgsauthor(id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.