powered by
There are four columns, each separated by a semicolon (;), as follows journal journal_abbr journal_lower. count_dot
abbrTable
A data frame with columns:
Full name of Journal
Abbreviated format of Journal with dots
The full name of the journal should be in lowercase and unique
The number of points in abbreviations of Journal with dots
File source
The char length of abbreviations of Journal
# 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