match_stop_to_start: Match a stop candidate to a start

View source: R/roxygen-examples-find.R

match_stop_to_startR 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

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

r-lib/styler documentation built on April 10, 2024, 4 a.m.