View source: R/mt_read_pubmed.R
mt_write_pubmed | R Documentation |
Saves the meta-data of a PubMed query as an XML file.
mt_write_pubmed(term, filename = "pubmed_info.xml", n_max = 10000)
term |
The search term, e.g. "meta-analysis[TITLE]", as a string. |
filename |
The name of the XML file to save as a string. If NULL, then this function simply returns the XML file as an xml_document. |
n_max |
The maximum number of records to download, as an integer. |
Save the PubMed result as an XML file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.