epiverse-trace / simulist

An R package for simulating line lists
https://epiverse-trace.github.io/simulist/
Other
4 stars 0 forks source link

Improve regex pattern in `.check_age_df()` #128

Closed joshwlambert closed 1 month ago

joshwlambert commented 1 month ago

This PR improves the regex matching pattern used in .check_age_df() to ensure the age ranges for each demographic group are specified correctly. The new regex pattern was suggested by @pratikunterwegs in PR #117.