citations | R Documentation |
All struct
objects have a "citations" slot, which is a list of
references in bibtex format. The citations
method gathers
citations from an object and all struct
objects that it inherits to generate
a complete list.
citations(obj)
## S4 method for signature 'struct_class'
citations(obj)
obj |
a struct object |
a character array of citations
D = iris_DatasetExperiment()
D$citations # the list specifically defined for this object
citations(D) # the list for this object and all inherited ones
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.