Learn R Programming

gcite (version 0.10.1)

gcite_url: 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)

Value

A character string

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

Examples

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

Run the code above in your browser using DataLab