toBibtex.mldr: BibTeX entry associated to an mldr object

Description Usage Arguments Value Examples

View source: R/toBibTeX.R

Description

Gets the content of the bibtex member of the mldr object and returns it

Usage

1
2
## S3 method for class 'mldr'
toBibtex(object, ...)

Arguments

object

The mldr object whose BibTeX entry is needed

...

Additional parameters from the generic toBibtex function not used by toBibtex.mldr

Value

A string with the BibTeX entry

Examples

1
2
3
4
5
## Not run: 
library(mldr.datasets)
cat(toBibtex(emotions))

## End(Not run)

mldr.datasets documentation built on May 2, 2019, 3:43 p.m.