mdbib: Create an mdbib object storing document's bibliography

View source: R/classes.R

mdbibR Documentation

Create an mdbib object storing document's bibliography

Description

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.

Usage

mdbib(x, ...)

Arguments

x

a data frame. It has to contain the 'BIBTEXKEY' variable.

...

additional arguments, currently none defined.

Details

The object is built on the top of a data frame and inherits multiple functions/methods from the 'data_frame' class.

Value

an object of the 'mdbib' class.


PiotrTymoszuk/figur documentation built on July 16, 2024, 1:15 a.m.