nlm: Journals currently or previously indexed in MEDLINE

Description Usage Format Details Source Examples

Description

Titles, abbreviations, MeSH terms and other details of journals currently or previously indexed in the NLM Catalog at NCBI

Usage

1

Format

A data frame with 15001 observations on the following 7 variables.

ta

title abbreviation = MedlineTA tag

title

journal title = TitleMain/Title tag

country

Country tag

language

primary language = Language[@LangType="Primary"] tag

year

PublicationFirstYear tag

mesh

MeSH terms including descriptor, qualifier and major topic marked with *

Details

XML search results from the NLM Catalog at NCBI using "reportedmedline" on April 18, 2016

Source

http://www.ncbi.nlm.nih.gov/nlmcatalog

Examples

1
2
3
data(nlm)
filter(nlm, grepl("Heart Diseases", mesh) )
sort( table(unlist(strsplit(nlm$mesh, "; "))), decreasing=TRUE)[1:10]

cstubben/euPMC documentation built on May 14, 2019, 12:25 p.m.