View source: R/available-classes.R
| summary.available | R Documentation |
Returns a tibble with date ranges and record counts for each station, broken down by approval status (final vs provisional).
## S3 method for class 'available'
summary(object, ...)
object |
Object created by |
... |
ignored |
A tibble with columns:
STATION_NUMBER
final_start, final_end - date range for validated data
provisional_start, provisional_end - date range for provisional data
final_n, provisional_n - record counts
## Not run:
flows <- available_flows(c("08MF005", "08MF010"))
summary(flows)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.