API for managing pubmed resources.
let articles = get_parsed_articles("./path/to/pubmed22n0001.xml") ; let {pmid, title, date, authors, mesh_headings} = articles[0] ; Copy
let articles = get_parsed_articles("./path/to/pubmed22n0001.xml") ; let {pmid, title, date, authors, mesh_headings} = articles[0] ;
see get_parsed_articles more detail
API for managing pubmed resources.
see get_parsed_articles more detail