Learn R Programming

animaltracker (version 0.2.0)

summarise_unit: Summarise a number of animal datasets by GPS unit

Description

Summarise a number of animal datasets by GPS unit

Usage

summarise_unit(rds_path)

Arguments

rds_path

Path of .rds cow data file to read in

Value

summary statistics for animals by GPS unit

Examples

Run this code
# NOT RUN {
# Read in .rds of demo data and summarise by GPS unit

summarise_unit(system.file("extdata", "demo_nov19.rds", package = "animaltracker"))
# }

Run the code above in your browser using DataLab