We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
seq(0) # [1] 1 0
i.e., seq(length(x)) is subject to the same unexpected/error-prone edge-case behavior as other usages caught by seq_linter()
seq(length(x))
seq_linter()