gcite_url {gcite}R Documentation

Google Citations URL

Description

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

Usage

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

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

[Package gcite version 0.10.1 Index]