getgsauthor: Fetch author's publication from Google Scholar

View source: R/googlescholar.R

getgsauthorR Documentation

Fetch author's publication from Google Scholar

Description

Fetch author's publication from Google Scholar

Usage

getgsauthor(id, start = 1, end = 100)

Arguments

id

the google scholar ID to be searched

start

begin item

end

finish item

Value

tibble object

Examples

## Not run: 
library(scifetch)
id <- "SPNX8oUAAAAJ"
z <- getgsauthor(id)

## End(Not run)

yufree/scifetch documentation built on Oct. 15, 2022, 7:25 p.m.