lnt2bibtex {LexisNexisTools} | R Documentation |
Convert LNToutput to other formats
Description
Takes output from lnt_read and converts chosen articles to a BibTeX citation.
Usage
lnt2bibtex(x, art_id, ...)
Arguments
x |
An object of class LNToutput. |
art_id |
The ID(s) of the article(s) to convert. |
... |
unused. |
Examples
LNToutput <- lnt_read(lnt_sample(copy = FALSE))
bib <- lnt2bibtex(LNToutput, art_id = 1)
[Package LexisNexisTools version 1.0.0 Index]