This DiseasystoreSeirExample R6 brings support the SEIR example data bundled with diseasy.
Value
A new instance of the DiseasystoreSeirExample R6 class.
Super class
diseasystore::DiseasystoreBase -> DiseasystoreSeirExample
Methods
DiseasystoreSeirExample$new()
Creates a new instance of the DiseasystoreSeirExample R6 class.
This module is typically not constructed directly but rather through DiseasyModel* classes.
Usage
DiseasystoreSeirExample$new(...)Arguments
...Parameters sent to
?diseasystore::DiseasystoreBaseR6 constructor.
Returns
A new instance of the DiseasystoreSeirExample R6 class.
Examples
conn <- DBI::dbConnect(RSQLite::SQLite())
ds <- DiseasystoreSeirExample$new(
source_conn = ".",
target_conn = conn
)
rm(ds)
DBI::dbDisconnect(conn)
