gcite_url: Google Citations URL

Description Usage Arguments Value Examples

View source: R/gcite_url.R

Description

Simple wrapper for adding in pagesize and start values for the page

Usage

1
2
3
4
5
gcite_url(url, cstart = 0, pagesize = 100)

gcite_base_url(secure = TRUE)

gcite_user_url(user, secure = TRUE)

Arguments

url

URL of the google citations page

cstart

Starting value for the citation page

pagesize

number of citations to return, max is 100

secure

should https be used (default), instead of http

user

Username/user ID for Google Scholar Citations

Value

A character string

Examples

1
2
url = "https://scholar.google.com/citations?user=T9eqZgMAAAAJ"
gcite_url(url = url, pagesize = 100, cstart = 5)

muschellij2/gcite documentation built on Oct. 31, 2021, 9:21 p.m.