Learn R Programming

medrxivr (version 0.1.1)

mx_export: Export references for preprints returning by a search to a .bib file

Description

Export references for preprints returning by a search to a .bib file

Usage

mx_export(data, file = "medrxiv_export.bib")

Value

Exports a formatted .BIB file, for import into a reference manager

Arguments

data

Dataframe returned by mx_search() or mx_api_*() functions

file

File location to save to. Must have the .bib file extension

See Also

Other helper: mx_caps(), mx_crosscheck(), mx_download()

Examples

Run this code
# \donttest{
mx_results <- mx_search(mx_snapshot(), query = "brain")
mx_export(mx_results, tempfile(fileext = ".bib"))
# }

Run the code above in your browser using DataLab