gcite_user_info: Getting User Information of papers

Description Usage Arguments Value Examples

View source: R/gcite_user_info.R

Description

Loops through pages for all information on Google Citations

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gcite_user_info(
  user,
  pagesize = 100,
  verbose = TRUE,
  secure = TRUE,
  force = FALSE,
  read_citations = TRUE,
  sleeptime = 0,
  ...
)

Arguments

user

user ID for google Citations

pagesize

Size of pages, max 100, passed to gcite_url

verbose

Print diagnostic messages

secure

use https vs. http

force

If passing a URL and there is a failure, should the program return NULL, passed to gcite_citation_page

read_citations

Should all citation pages be read?

sleeptime

time in seconds between http requests, to avoid Google Scholar rate limit

...

Additional arguments passed to GET

Value

A list of citations, citation indices, and a data.frame of authors, journal, and citations, and a data.frame of the links to all paper URLs and the character string of the user name.

Examples

1
2
3
4
5
6
## Not run: 
if (!is_travis() & !is_cran()) {
df = gcite_user_info(user = "uERvKpYAAAAJ")
}

## End(Not run)

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