Learn R Programming

easyPubMed (version 3.1.6)

EPM_decode_xml_meta: Decode an XML String into the Corresponding Metadata.

Description

Decode an XML String including a list of meta information associated to an easyPubMed object whose contents were written to a text file on a local disk. These meta-information are used to keep track of easyPubMed query jobs and/or to re-build objects starting from XML files saved on a local disk.

Usage

EPM_decode_xml_meta(x)

Value

String, chunck of XML-decorated text including meta information.

Arguments

x

String corresponding to the XML-decorated text including metadata from an easyPubMed object/query job.

Author

Damiano Fantini, damiano.fantini@gmail.com

References

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

Examples

Run this code
xml <- paste0('EPMJ_20231017151112_mi7xvol743', 
              'rvz5ry5z3n8qm0ww41Test_Quer', 
              'y1937/01/221980/08/01158972', 
              '13100020834TRUE', 
              '02023-10-17 15:11:12', 
              'xmlUTF-82023-10-17 15:14:12', 
              '3.01')
easyPubMed:::EPM_decode_xml_meta(xml)



Run the code above in your browser using DataLab