BiodbListEntry: Entry class for content in list format.

BiodbListEntryR Documentation

Entry class for content in list format.

Description

This is an abstract class for handling database entries whose content is in list format.

Super class

biodb::BiodbEntry -> BiodbListEntry

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbListEntry$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Super class BiodbEntry.

Examples

# Create a concrete entry class inheriting from CSV class:
MyEntry <- R6::R6Class("MyEntry", inherit=biodb::BiodbListEntry)


pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.