Learn R Programming

lintr (version 3.0.2)

implicit_integer_linter: Implicit integer linter

Description

Check that integers are explicitly typed using the form 1L instead of 1.

Usage

implicit_integer_linter()

Arguments

Tags

best_practices, consistency, style

See Also

linters for a complete list of linters available in lintr.