Learn R Programming

diseasystore (version 0.3.1)

DiseasystoreGoogleCovid19: feature store handler of Google Health COVID-19 Open Data features

Description

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.

Arguments

Value

A new instance of the DiseasystoreGoogleCovid19

R6 class.

Super class

diseasystore::DiseasystoreBase -> DiseasystoreGoogleCovid19

Methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

DiseasystoreGoogleCovid19$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

Run this code
if (FALSE) { # requireNamespace("RSQLite", quietly = TRUE)
  ds <- DiseasystoreGoogleCovid19$new(
    source_conn = ".",
    target_conn = DBI::dbConnect(RSQLite::SQLite())
  )


  rm(ds)
}

Run the code above in your browser using DataLab