compare_summarise_daily: Compares two animal datasets and calculates daily summary statistics by GPS
GPS, date, lat, long, course, distance, rate, elevation column names should match.
Description
Compares two animal datasets and calculates daily summary statistics by GPS
GPS, date, lat, long, course, distance, rate, elevation column names should match.
# NOT RUN {# Compare and summarise unfiltered demo cows to filtered, grouped by both Date and GPS
compare_summarise_daily(demo_unfiltered_elev, demo_filtered_elev)
# }