DiseasystoreGoogleCovid19 | R Documentation |
This DiseasystoreGoogleCovid19
R6 brings support for using the Google
Health COVID-19 Open Data repository.
See the vignette("diseasystore-google-covid-19") for details on how to configure the feature store.
A new instance of the DiseasystoreGoogleCovid19
R6 class.
diseasystore::DiseasystoreBase
-> DiseasystoreGoogleCovid19
clone()
The objects of this class are cloneable with this method.
DiseasystoreGoogleCovid19$clone(deep = FALSE)
deep
Whether to make a deep clone.
ds <- DiseasystoreGoogleCovid19$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.