seq_linter: Find dangerous 1:x expressions

View source: R/my_linters.R

seq_linterR Documentation

Find dangerous 1:x expressions

Description

Find occurrences of 1:length(x), 1:nrow(x), 1:ncol(x), 1:NROW(x), 1:NCOL(x) where x is an R expression.

Usage

seq_linter()

Value

Lint object.


goodpractice documentation built on Aug. 31, 2022, 1:05 a.m.