powered by
Simple wrapper for adding in pagesize and start values for the page
pagesize
gcite_url(url, cstart = 0, pagesize = 100)gcite_base_url(secure = TRUE)gcite_user_url(user, secure = TRUE)
gcite_base_url(secure = TRUE)
gcite_user_url(user, secure = TRUE)
A character string
URL of the google citations page
Starting value for the citation page
number of citations to return, max is 100
should https be used (default), instead of http
Username/user ID for Google Scholar Citations
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