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