Internal to allow for testing
Usage
read_lifestage(lifestage_file_path, db_lifestage_codes)
Arguments
- lifestage_file_path
A data frame
- db_lifestage_codes
A data frame
Examples
if (FALSE) { # \dontrun{
lifestage_groups <- read_lifestage(lifestage_file_path, db_lifestage_codes)
} # }