| gcite_url | R Documentation | 
Simple wrapper for adding in pagesize 
and start values for the page
gcite_url(url, cstart = 0, pagesize = 100)
gcite_base_url(secure = TRUE)
gcite_user_url(user, secure = TRUE)
| 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 | 
A character string
url = "https://scholar.google.com/citations?user=T9eqZgMAAAAJ"
gcite_url(url = url, pagesize = 100, cstart = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.