DiseasystoreSimulist: feature store handler of synthetic 'simulist' features

DiseasystoreSimulistR 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)


diseasystore documentation built on April 4, 2025, 5:56 a.m.