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

Description Usage Arguments Value See Also Examples

View source: R/mx_export.R

Description

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

Usage

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

Arguments

data

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

file

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

Value

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

See Also

Other helper: mx_crosscheck(), mx_download()

Examples

1
2
mx_results <- mx_search(mx_snapshot(), query = "brain")
mx_export(mx_results, tempfile(fileext = ".bib"))

medrxivr documentation built on Feb. 25, 2021, 1:08 a.m.