goodpractice (version 1.0.2)

seq_linter: Find dangerous 1:x expressions

Description

Find occurences 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(source_file)

Arguments

source_file

Parse data. Passed from lintr.

Value

Lint object.