Learn R Programming

easyPubMed (version 3.1.6)

EPM_mesh_parse: Parse and Format Pubmed MeSH terms.

Description

Extract MeSH Information form a slice of a raw XML PubMed record. Both MeSH codes and MeSH terms are returned.

Usage

EPM_mesh_parse(x)

Value

list including n=2 elements (character vectors): mesh_codes and mesh_terms.

Arguments

x

String (character vector of length 1) including an XML Mesh term field/section from a PubMed record.

Author

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/easypubmed/

Examples

Run this code
msh <- paste0('',
              'Algorithms')
easyPubMed:::EPM_mesh_parse(msh)



Run the code above in your browser using DataLab