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, ...)
The covidcast_meta
object.
Additional arguments, for compatibility with summary()
.
Currently unused.
A data frame with one row per unique signal in the metadata, with the following columns:
Data source name
Signal name
"*" if this signal is available at the county level, ""
otherwise
"*"
if this signal is available at the Metropolitan Statistical
Area level, ""
otherwise
"*"
if this signal is available at the Designated Marketing Area
level, ""
otherwise
"*"
if this signal is available at the Hospital Referral Region
level, ""
otherwise
"*"
if this signal is available at the state level, ""
otherwise
"*"
if this signal is available at the Health and Human Services
region level, ""
otherwise
"*"
if this signal is available at the national level, ""
otherwise