import_pubs_scholar: Import publications from Google Scholar and print them in...

Description Usage Arguments Details Author(s) See Also Examples

Description

Import publications from Google Scholar and print them in Markdown format.

Usage

1
import_pubs_scholar(user, ..., return_bib = FALSE)

Arguments

user

Character. The user ID in Google Scholar Citations. Obtain from author's profile in google scholar website.

...

Further parameters to pass to print.BibEntry, such as max.names (maximum number of names to display before substituting by 'et al.'), or no.print.fields to specify fields not to be printed (e.g. "doi", "url", "isbn", etc). Other options are fixed by default: style = 'text', bib.style = 'authoryear', sorting = 'ydnt', and first.inits = FALSE.

return_bib

Logical If TRUE, will return a BibEntry object with all citations retrieved from Scholar so they can be later edited

Details

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.

Author(s)

F. Rodriguez-Sanchez

See Also

https://gist.github.com/Pakillo/9647756

Examples

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)

Pakillo/CVtools documentation built on May 7, 2019, 11:56 p.m.