struct_class: Constructor for struct_class objects

View source: R/struct_class.R

struct_classR Documentation

Constructor for struct_class objects

Description

Creates a new struct_class object and populates the slots. Not intended for direct use.

Usage

struct_class(
  name = character(0),
  description = character(0),
  type = character(0),
  citations = list(),
  ontology = character(0)
)

Arguments

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

Value

a struct_class object


computational-metabolomics/struct documentation built on March 27, 2024, 4:26 p.m.