powered by
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 event. Default is FALSE.
A dataframe with a columns giving the year and corresponding number of recording events for that year.
# NOT RUN { data(lgr2) yearly_recording(lgr2) # }
Run the code above in your browser using DataLab