View source: R/gcite_user_info.R
gcite_user_info | R Documentation |
Loops through pages for all information on Google Citations
gcite_user_info(
user,
pagesize = 100,
verbose = TRUE,
secure = TRUE,
force = FALSE,
read_citations = TRUE,
sleeptime = 0,
...
)
user |
user ID for google Citations |
pagesize |
Size of pages, max 100, passed to |
verbose |
Print diagnostic messages |
secure |
use https vs. http |
force |
If passing a URL and there is a failure, should the
program return |
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 |
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.
## Not run:
if (!is_travis() & !is_cran()) {
df = gcite_user_info(user = "uERvKpYAAAAJ")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.