mx_export | R Documentation |
Export references for preprints returning by a search to a .bib file
mx_export(data, file = "medrxiv_export.bib")
data |
Dataframe returned by mx_search() or mx_api_*() functions |
file |
File location to save to. Must have the .bib file extension |
Exports a formatted .BIB file, for import into a reference manager
Other helper:
mx_caps()
,
mx_crosscheck()
,
mx_download()
mx_results <- mx_search(mx_snapshot(), query = "brain")
mx_export(mx_results, tempfile(fileext = ".bib"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.