Learn R Programming

mldr.datasets (version 0.4.2)

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 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
# NOT RUN {
library(mldr.datasets)
cat(toBibtex(emotions))
# }

Run the code above in your browser using DataLab