powered by
Get Paper Data Frame from Title URLs
gcite_paper_df(urls, verbose = TRUE, force = FALSE, sleeptime = 0, ...)
A data.frame of authors, journal, and citations
data.frame
A character vector of urls, from all_papers$title_link
all_papers$title_link
Print diagnostic messages
If passing a URL and there is a failure, should the program return NULL, passed to gcite_citation_page
NULL
gcite_citation_page
time in seconds between http requests, to avoid Google Scholar rate limit
Additional arguments passed to GET
GET
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) }
Run the code above in your browser using DataLab