BiodbSdfEntry: Entry class for content in SDF format.

BiodbSdfEntryR Documentation

Entry class for content in SDF format.

Description

Entry class for content in SDF format.

Entry class for content in SDF format.

Details

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

Super classes

biodb::BiodbEntry -> biodb::BiodbTxtEntry -> BiodbSdfEntry

Methods

Public methods

Inherited methods

Method new()

New instance initializer. Entry objects must not be created directly. Instead, they are retrieved through the connector instances.

Usage
BiodbSdfEntry$new(...)
Arguments
...

All parameters are passed to the super class initializer.

Returns

Nothing.


Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbSdfEntry$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Super class BiodbTxtEntry.

Examples

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


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