mdbib | R Documentation |
Creates an mdbib object storing bibliography information (preferably derived from a BibTex file). Takes a data frame or a similar structure. The variable named 'BIBTEXKEY' is required.
mdbib(x, ...)
x |
a data frame. It has to contain the 'BIBTEXKEY' variable. |
... |
additional arguments, currently none defined. |
The object is built on the top of a data frame and inherits multiple functions/methods from the 'data_frame' class.
an object of the 'mdbib' class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.