Prints a tabular summary of the object returned by covidcast_meta(), containing each source and signal and a summary of the geographic levels it is available at.

# S3 method for covidcast_meta
summary(object, ...)

Arguments

object

The covidcast_meta object.

...

Additional arguments, for compatibility with summary(). Currently unused.

Value

A data frame with one row per unique signal in the metadata, with the following columns:

data_source

Data source name

signal

Signal name

county

"*" if this signal is available at the county level, "" otherwise

msa

"*" if this signal is available at the Metropolitan Statistical Area level, "" otherwise

dma

"*" if this signal is available at the Designated Marketing Area level, "" otherwise

hrr

"*" if this signal is available at the Hospital Referral Region level, "" otherwise

state

"*" if this signal is available at the state level, "" otherwise

hhs

"*" if this signal is available at the Health and Human Services region level, "" otherwise

nation

"*" if this signal is available at the national level, "" otherwise