aggregatedt {iNZightTools} | R Documentation |
Aggregate datetimes
aggregatedt(.data, method, key, name)
.data |
dataframe or tibble to aggregate |
method |
the type of aggregation |
key |
the key column |
name |
the name of the variable |
a data frame/tibble
Yiwen He