match_stop_to_start {styler}R Documentation

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 examples

styler:::match_stop_to_start(1, c(3, 4, 5))

[Package styler version 1.7.0 Index]