View source: R/gcite_paper_df.R
| gcite_paper_df | R Documentation | 
Get Paper Data Frame from Title URLs
gcite_paper_df(urls, verbose = TRUE, force = FALSE, sleeptime = 0, ...)
| urls | A character vector of urls, from 
 | 
| verbose | Print diagnostic messages | 
| force | If passing a URL and there is a failure, should the 
program return  | 
| sleeptime | time in seconds between http requests, to avoid Google Scholar rate limit | 
| ... | Additional arguments passed to  | 
A data.frame of authors, journal, and citations
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)
} 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.