AbbrevTitle: Abbreviate a journal title using the ISO 4 standard

Description Usage Arguments Value Author(s) Examples

View source: R/AbbrevTitle.R

Description

Abbreviate a journal title using the ISO 4 standard.

A pdf outline of the ISO 4 rules for abbreviation can be found at http://www.uai.cl/images/sitio/biblioteca/citas/ISO_4_1997en.pdf, and a text file containing the ISSN List of Title Word Abbreviations can be found at http://www.issn.org/services/online-services/access-to-the-ltwa.

Usage

1

Arguments

x

A journal title in the form of a string.

Value

A string reflecting the abbreviated form of x, based on the ISO 4 standard.

Author(s)

Patrick Barks <patrick.barks@gmail.com>

Examples

1
2
3
4
5
6
7
8
9
AbbrevTitle("Journal of Great Lakes Research")
AbbrevTitle("Transactions of the American Fisheries Society")
AbbrevTitle("Journal of Chemical & Engineering Data")
AbbrevTitle("AT&T Technical Journal")
AbbrevTitle("Annalen der Physik")
AbbrevTitle("Deutsche Medizinische Wochenschrift")
AbbrevTitle("Les Annales du Théâtre et de la Musique")
AbbrevTitle("Revue d'Égyptologie")
AbbrevTitle("L'Intermédiaire des Mathématiciens")

patrickbarks/abbrevr documentation built on Oct. 27, 2021, 3:25 a.m.