BiodbJsonEntry {biodb}R 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)


[Package biodb version 1.1.16 Index]