Description Usage Arguments Details Author(s) See Also Examples
Import publications from Google Scholar and print them in Markdown format.
1 | import_pubs_scholar(user, ..., return_bib = FALSE)
|
user |
Character. The user ID in Google Scholar Citations. Obtain from author's profile in google scholar website. |
... |
Further parameters to pass to |
return_bib |
Logical If TRUE, will return a BibEntry object with all citations retrieved from Scholar so they can be later edited |
Currently there is a limit of 100 publications to download from Scholar. Only full references with correct fields will be imported and printed. Use return_bib = TRUE to retrieve a BibEntry object with all the references in Scholar (to a limit of 100) that can be edited later.
F. Rodriguez-Sanchez
https://gist.github.com/Pakillo/9647756
1 2 3 4 5 6 7 | ## Not run:
import_pubs_scholar(user="B7vSqZsAAAAJ")
# Return BibEntry object with all references (even if defective) so they can be edited later
mypubs <- import_pubs_scholar(user="B7vSqZsAAAAJ", return_bib = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.