get_DOIs {pubmed.mineR} | R Documentation |
get_DOIs
is used to extract DOIs of papers.
get_DOIs(abs)
abs |
An S4 object of class Abstracts |
get_DOIs
allow users to get DOIs for individual papers.
It returns a list object containing DOIs. This is useful for further extraction of papers
S.Ramachandran
## Not run: test = get_DOIs(vitiligoabs)
##