Description Usage Arguments Value See Also Examples
Average numeric values in a data set by day and/or by hour. This is intended to be applied to raw or otherwise high-frequency temporal data.
1 | group_stad(dataset, by_day = TRUE, by_hour = FALSE)
|
dataset |
The data set for which to average |
by_day |
Logical; average data by day |
by_hour |
Logical; average data by hour |
Data frame with numeric values averaged by specified time stamp(s)
Other miscellaneous functions:
adjust_timezone()
,
ambient_temperature()
,
apply_date_tags()
,
apply_hour_tags()
,
column_dt()
,
filter_df()
,
organize_stad()
,
rounding_w_zeroes()
,
unit_convert()
,
wrangle_meta()
1 2 3 4 | group_stad(july_api_full)
group_stad(july_api_full, by_day = FALSE, by_hour = TRUE)
group_stad(july_api_full, by_day = TRUE, by_hour = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.