Learn R Programming

mldr.datasets (version 0.3.1)

toBibtex.mldr: BibTeX entry associated to an mldr object

Description

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

Usage

## 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

Run this code
library(mldr.datasets)
cat(toBibtex(emotions))

Run the code above in your browser using DataLab