citations {struct} | R Documentation |
All struct
objects have a "citations" slot, which is a character array of
references relevant to the object. 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