powered by
simulist
This DiseasystoreSimulist R6 brings support for individual level data.
DiseasystoreSimulist
A new instance of the DiseasystoreSimulist
R6 class.
diseasystore::DiseasystoreBase -> DiseasystoreSimulist
diseasystore::DiseasystoreBase
DiseasystoreSimulist$new()
DiseasystoreSimulist$clone()
Inherited methods diseasystore::DiseasystoreBase$get_feature() diseasystore::DiseasystoreBase$key_join_features()
diseasystore::DiseasystoreBase$get_feature()
diseasystore::DiseasystoreBase$key_join_features()
new()
Creates a new instance of the DiseasystoreSimulist R6 class.
DiseasystoreSimulist$new(...)
...
Arguments passed to the ?DiseasystoreBase constructor.
?DiseasystoreBase
A new instance of the DiseasystoreSimulist R6 class.
clone()
The objects of this class are cloneable with this method.
DiseasystoreSimulist$clone(deep = FALSE)
deep
Whether to make a deep clone.
if (FALSE) { # requireNamespace("duckdb", quietly = TRUE) ds <- DiseasystoreSimulist$new( source_conn = ".", target_conn = DBI::dbConnect(duckdb::duckdb()) ) rm(ds) }
Run the code above in your browser using DataLab