Learn R Programming

rplos (version 1.0.0)

formatarticleurl: Format a URL for a specific article in a specific PLoS journal.

Description

Format a URL for a specific article in a specific PLoS journal.

Usage

formatarticleurl(doi, journal)

Arguments

doi

digital object identifier for an article in PLoS Journals

journal

quoted journal name (character)

Value

Get url for the article to use in your browser, etc.

Details

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.

Examples

Run this code
# NOT RUN {
formatarticleurl(doi="10.1371/journal.pone.0004045", journal='PLoSONE')
# }

Run the code above in your browser using DataLab