summary.covidcast_meta: Summarize 'covidcast_meta' object

View source: R/covidcast.R

summary.covidcast_metaR Documentation

Summarize covidcast_meta object

Description

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.

Usage

## S3 method for class '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


covidcast documentation built on July 26, 2023, 5:29 p.m.