Closed pbchase closed 6 months ago
service_request_data |>
add_count(time2, time_more) |>
distinct(time2, time_more, n) |>
mutate(time = service_request_time(time2, time_more))
Check the time
for rows 6 & 13. Should these outliers be considered in the function? It's only 3 rows of data so it wouldn't skew any aggregates atm but may become a problem later on if we get more weird data.
Addressed by #213
Create this function
Add documentation. Include an example that looks kind of like the test code below. Make sure it passes the build check.
Make a test for it that looks kind of like this:
Make sure that passes the build check.