toBibtex.mldr {mldr.datasets}R Documentation

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

## Not run: 
library(mldr.datasets)
cat(toBibtex(emotions))

## End(Not run)

[Package mldr.datasets version 0.4.2 Index]