powered by
fhx
Count the number of recording series for each year in an fhx object
yearly_recording(x, injury_event = FALSE)
An fhx object.
Boolean indicating whether injuries should be considered events. Default is FALSE.
FALSE
A data frame with columns giving the year and recording events count.
# NOT RUN { data(lgr2) yearly_recording(lgr2) # }
Run the code above in your browser using DataLab