gcite_paper_df: Get Paper Data Frame from Title URLs

Description Usage Arguments Value Examples

Description

Get Paper Data Frame from Title URLs

Usage

1
2
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

1
2
3
4
5
6
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)
} 

gcite documentation built on May 2, 2019, 10:15 a.m.