yearly_recording: Count the number of recording series for each year in an...

View source: R/utils.R

yearly_recordingR Documentation

Count the number of recording series for each year in an fhx object

Description

Count the number of recording series for each year in an fhx object

Usage

yearly_recording(x, injury_event = FALSE)

Arguments

x

An fhx object.

injury_event

Boolean indicating whether injuries should be considered events. Default is FALSE.

Value

A data frame with columns giving the year and recording events count.

Examples

data(lgr2)
yearly_recording(lgr2)


burnr documentation built on March 18, 2022, 7:17 p.m.