seq_linter {goodpractice}R 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.


[Package goodpractice version 1.0.5 Index]