Skip to contents

This DiseasystoreSimulist R6 brings support for individual level data.

Value

A new instance of the DiseasystoreSimulist R6 class.

Super class

diseasystore::DiseasystoreBase -> DiseasystoreSimulist

Methods

Inherited methods


Method new()

Creates a new instance of the DiseasystoreSimulist R6 class.

Usage

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)