Learn R Programming

bibliometrix (version 5.2.0)

abbreviate_journal_title: Abbreviate journal title to ISO 4 standard

Description

Converts a full journal title to its ISO 4 abbreviated form using LTWA. Removes articles, prepositions, and conjunctions according to ISO 4 rules. Returns result WITHOUT periods (dots).

Usage

abbreviate_journal_title(title, ltwa_lookup)

Value

Abbreviated journal title in ISO 4 format (without periods)

Arguments

title

Journal title string

ltwa_lookup

Pre-processed LTWA lookup tables (from prepare_ltwa_lookup)