DiseasystoreSimulist | R Documentation |
simulist
featuresThis DiseasystoreSimulist
R6 brings support for individual level data.
A new instance of the DiseasystoreSimulist
R6 class.
diseasystore::DiseasystoreBase
-> DiseasystoreSimulist
new()
Creates a new instance of the DiseasystoreSimulist
R6 class.
DiseasystoreSimulist$new(...)
...
Arguments passed to the ?DiseasystoreBase
constructor.
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.
ds <- DiseasystoreSimulist$new(
source_conn = ".",
target_conn = DBI::dbConnect(duckdb::duckdb())
)
rm(ds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.