DataStorageSQLFamily {shiny.telemetry} | R Documentation |
Data storage abstract class for SQL providers
Description
Abstract subclass of the DataStorage
R6 class for the SQL family of
providers
Super class
shiny.telemetry::DataStorage
-> DataStorageSQLFamily
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
DataStorageSQLFamily$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package shiny.telemetry version 0.3.0 Index]