DiseasystoreEcdcRespiratoryViruses {diseasystore} | R Documentation |
feature store handler of EU-ECDC Respiratory viruses features
Description
This DiseasystoreEcdcRespiratoryViruses
R6 brings support for using the EU-ECDC
Respiratory viruses weekly data repository.
See the vignette("diseasystore-ecdc-respiratory-viruses") for details on how to configure the feature store.
Value
A new instance of the DiseasystoreEcdcRespiratoryViruses
R6 class.
Super class
diseasystore::DiseasystoreBase
-> DiseasystoreEcdcRespiratoryViruses
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
DiseasystoreEcdcRespiratoryViruses$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
ds <- DiseasystoreEcdcRespiratoryViruses$new(
source_conn = ".",
target_conn = DBI::dbConnect(RSQLite::SQLite())
)
rm(ds)
[Package diseasystore version 0.2.2 Index]