read.mesh_xml {mesh} R Documentation

Parse the ncbi pubmed mesh term dataset

Description

Usage

read.mesh_xml(file,
    tqdm = TRUE);

Arguments

file

[as string]

tqdm

show the tqdm progress display?. [as boolean]

Details

the pubmed mesh term dataset could be download from: https://nlmpubs.nlm.nih.gov/projects/mesh/MESH_FILES/xmlmesh/desc2024.zip

Authors

SMRUCC genomics

Value

this function returns data object of type DescriptorRecord[].

clr value class

Examples


[Package mesh version 1.0.0.0 Index]