Prints a brief summary of the data source, signal, and geographic level, and then prints the underlying data frame, for an object returned by covidcast_signal().

# S3 method for covidcast_signal
print(x, ...)

Arguments

x

The covidcast_signal object.

...

Additional arguments passed to print.data.frame() to print the data.

Value

The covidcast_signal object, unchanged.