BiodbJsonEntry: Entry class for content in JSON format.

BiodbJsonEntryR Documentation

Entry class for content in JSON format.

Description

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

Super class

biodb::BiodbEntry -> BiodbJsonEntry

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbJsonEntry$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::BiodbJsonEntry)


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