gcite_paper_df {gcite}R Documentation

Get Paper Data Frame from Title URLs

Description

Get Paper Data Frame from Title URLs

Usage

gcite_paper_df(urls, verbose = TRUE, force = FALSE, sleeptime = 0,
  ...)

Arguments

urls

A character vector of urls, from all_papers$title_link

verbose

Print diagnostic messages

force

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

sleeptime

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

...

Additional arguments passed to GET

Value

A data.frame of authors, journal, and citations

Examples

if (!is_travis() & !is_cran()) {
L = gcite_user_info(user = "uERvKpYAAAAJ", 
read_citations = FALSE)
urls = L$all_papers$title_link
paper_df = gcite_paper_df(urls = urls, force = TRUE)
} 

[Package gcite version 0.10.1 Index]