Learn R Programming

journalabbr (version 0.3.1)

abbrTable: data abbrTable data

Description

There are four columns, each separated by a semicolon (;), as follows journal journal_abbr journal_lower. count_dot

Usage

abbrTable

Arguments

Format

A data frame with columns:

journal

Full name of Journal

journal_abbr

Abbreviated format of Journal with dots

journal_lower

The full name of the journal should be in lowercase and unique

count_dot

The number of points in abbreviations of Journal with dots

originFile

File source

abbr_len

The char length of abbreviations of Journal

Examples

Run this code
# NOT RUN {
require(journalabbr)
require(stringi)
abbrTable = journalabbr:::abbrTable
# Unicode to UTF-8
abbrTable = as.data.frame(lapply(abbrTable, function(x)stringi::stri_unescape_unicode(x)))
# }

Run the code above in your browser using DataLab