| DiseasystoreEcdcRespiratoryViruses | R Documentation |
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.
A new instance of the DiseasystoreEcdcRespiratoryViruses R6 class.
diseasystore::DiseasystoreBase -> DiseasystoreEcdcRespiratoryViruses
new()Creates a new instance of the DiseasystoreEcdcRespiratoryViruses R6 class.
DiseasystoreEcdcRespiratoryViruses$new(...)
...Arguments passed to the ?DiseasystoreBase constructor.
A new instance of the DiseasystoreEcdcRespiratoryViruses R6 class.
clone()The objects of this class are cloneable with this method.
DiseasystoreEcdcRespiratoryViruses$clone(deep = FALSE)
deepWhether to make a deep clone.
ds <- DiseasystoreEcdcRespiratoryViruses$new(
source_conn = ".",
target_conn = DBI::dbConnect(RSQLite::SQLite())
)
rm(ds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.