Export references for preprints returning by a search to a .bib file
Source:R/mx_export.R
mx_export.Rd
Export 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/RtmpkwXE9b/fileb481231bb12.bib
# }