Match a stop candidate to a start
match_stop_to_start(start, stop_candidates)
start
An integer.
stop_candidates
Potential stop candidates.
Run examples
styler:::match_stop_to_start(1, c(3, 4, 5))