DiseasystoreSimulist {diseasystore} | R Documentation |
feature store handler of synthetic simulist
features
Description
This DiseasystoreSimulist
R6 brings support for individual level data.
Value
A new instance of the DiseasystoreSimulist
R6 class.
Super class
diseasystore::DiseasystoreBase
-> DiseasystoreSimulist
Methods
Public methods
Inherited methods
Method new()
Creates a new instance of the DiseasystoreSimulist
R6 class.
Usage
DiseasystoreSimulist$new(...)
Arguments
...
Arguments passed to the
?DiseasystoreBase
constructor.
Returns
A new instance of the DiseasystoreSimulist
R6 class.
Method clone()
The objects of this class are cloneable with this method.
Usage
DiseasystoreSimulist$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
ds <- DiseasystoreSimulist$new(
source_conn = ".",
target_conn = DBI::dbConnect(duckdb::duckdb())
)
rm(ds)
[Package diseasystore version 0.3.1 Index]