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

Description Usage Arguments Details Value Examples

View source: R/formatarticleurl.R

Description

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

Usage

1
formatarticleurl(doi, journal)

Arguments

doi

digital object identifier for an article in PLoS Journals

journal

quoted journal name (character)

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.

Value

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

Examples

1
2
3
4
## Not run: 
formatarticleurl(doi="10.1371/journal.pone.0004045", journal='PLoSONE')

## End(Not run)

rplos documentation built on Feb. 24, 2021, 1:06 a.m.