Obtains a data frame of metadata describing all publicly available data streams from the COVIDcast API.
covidcast_meta()
Data frame containing one row per signal, with the following columns:
Data source name.
Signal name.
First day for which this signal is available.
Most recent day for which this signal is available.
Geographic level for which this signal is available, such as county, state, msa, or hrr. Most signals are available at multiple geographic levels and will hence be listed in multiple rows with their own metadata.
Temporal resolution at which this signal is reported. "day", for example, means the signal is reported daily.
Number of distinct geographic locations available for
this signal. For example, if geo_type
is county, the number of counties
for which this signal has ever been reported.
Smallest value that has ever been reported.
Largest value that has ever been reported.
Arithmetic mean of all reported values.
Sample standard deviation of all reported values.
Most recent issue date for this signal.
Smallest lag from observation to issue, in time_type
units
Largest lag from observation to issue, in time_type
units
COVIDcast API sources and signals documentation: https://cmu-delphi.github.io/delphi-epidata/api/covidcast_signals.html