check_injfollowup {injurytools}R Documentation

Check the dates in injury data and exposure data

Description

Check that dates of injury data are within the dates of exposure data.

Usage

check_injfollowup(followup_df, data_injuries)

Arguments

followup_df

Data frame created inside prepare_all() function.

data_injuries

Data frame given in prepare_all() function.

Value

Same injury data or cut injury data in which the dates of injury occurrences are within the dates of each player's follow-up period.


[Package injurytools version 1.0.3 Index]