New linter to recommend sequence()
base R function
#2595
Labels
feature
a feature request or enhancement
sequence()
base R function
#2595
As an alternative to
unlist(lapply(x, seq_len))
.A proof of concept implementation is available at 32049af and I'd be happy to turn it into a PR, and add tests, etc.
Anything I should take into account first? Should it be merged into
seq_linter()
?The text was updated successfully, but these errors were encountered: