BiodbJsonEntry {biodb} | R Documentation |
This is an abstract class for handling database entries whose content is in JSON format.
biodb::BiodbEntry
-> BiodbJsonEntry
clone()
The objects of this class are cloneable with this method.
BiodbJsonEntry$clone(deep = FALSE)
deep
Whether to make a deep clone.
Super class BiodbEntry
.
# Create a concrete entry class inheriting from CSV class: MyEntry <- R6::R6Class("MyEntry", inherit=biodb::BiodbJsonEntry)