Skip to contents

Create a data source object for the Delphi Epidata API

Usage

delphi_epidata_source(
  target = c("covid", "flu", "rsv"),
  geo_types = c("state", "nation")
)

Arguments

target

Character, disease target: "covid", "flu", or "rsv"

geo_types

Character vector, geographic types to query (e.g., "state", "nation")

Value

A source object of class "delphi_epidata_source"