# The default call with either doi, pmid, pmcid, or mdid without specifying
# an argument for info
signposts(doi="10.1371/journal.pone.0029797")
# Many DOIs
dois <- c('10.1371/journal.pone.0001543','10.1371/journal.pone.0040117',
'10.1371/journal.pone.0029797','10.1371/journal.pone.0039395')
signposts(doi=dois)
# A single PubMed ID (pmid)
signposts(pmid=22590526)
# A single PubMed Central ID (pmcid)
signposts(pmcid=212692)
# A single Mendeley UUID (mdid)
signposts(mdid="35791700-6d00-11df-a2b2-0026b95e3eb7")
Run the code above in your browser using DataLab