Description Usage Arguments Details Value Examples
View source: R/formatarticleurl.R
Format a URL for a specific article in a specific PLoS journal.
1 | formatarticleurl(doi, journal)
|
doi |
digital object identifier for an article in PLoS Journals |
journal |
quoted journal name (character) |
Choose the journal abbreviation, and the appropriate base URL will be inclued in the built URL. Options are: PLoSBiology, PLoSGenetics, PLoSComputationalBiology, PLoSMedicine, PLoSONE, PLoSNeglectedTropicalDiseases, or PLoSPathogens.
Get url for the article to use in your browser, etc.
1 2 3 4 | ## Not run:
formatarticleurl(doi="10.1371/journal.pone.0004045", journal='PLoSONE')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.