## Not run:
# # The default call with either doi, pmid, pmcid, wos, scp, or url without specifying
# # an argument for info
# alm_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')
# alm_signposts(doi=dois)
#
# # A single PubMed ID (pmid)
# alm_signposts(pmid=22590526)
#
# # A single PubMed Central ID (pmcid)
# alm_signposts(pmcid=212692)
#
# # A single PubMed Central ID (pmcid)
# alm_signposts(source_id = "crossref")
#
# # Curl debugging
# library('httr')
# alm_signposts(pmid=22590526, config=verbose())
# ## End(Not run)
Run the code above in your browser using DataLab