struct_class | R Documentation |
Creates a new struct_class object and populates the slots. Not intended for direct use.
struct_class(
name = character(0),
description = character(0),
type = character(0),
citations = list(),
ontology = character(0)
)
name |
the name of the object |
description |
a description of the object |
type |
the type of the struct object |
citations |
a list of citations for the object in "bibentry" format |
ontology |
a list of ontology items for the object in "ontology_item" format |
a struct_class object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.