goodpractice (version 1.0.4)

seq_linter: 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()

Arguments

Value

Lint object.