styler (version 1.10.3)

match_stop_to_start: Match a stop candidate to a start

Description

Match a stop candidate to a start

Usage

match_stop_to_start(start, stop_candidates)

Arguments

start

An integer.

stop_candidates

Potential stop candidates.

Examples

Run this code
styler:::match_stop_to_start(1, c(3, 4, 5))

Run the code above in your browser using DataLab