
Export references for preprints returning by a search to a .bib file
Source:R/mx_export.R
mx_export.RdExport references for preprints returning by a search to a .bib file
See also
Other helper:
mx_caps(),
mx_crosscheck(),
mx_download()
Examples
# \donttest{
mx_results <- mx_search(mx_snapshot(), query = "brain")
#> Found 3760 record(s) matching your search.
mx_export(mx_results, tempfile(fileext = ".bib"))
#> References exported to /tmp/RtmpowaeFI/file5ca376af82b.bib
# }