lnt2bibtex: Convert LNToutput to other formats

lnt2bibtexR 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)

LexisNexisTools documentation built on July 9, 2023, 5:16 p.m.