# will produce lints
lint(
text = "trimws(x)",
linters = backport_linter("3.0.0")
)
lint(
text = "str2lang(x)",
linters = backport_linter("3.2.0")
)
# okay
lint(
text = "trimws(x)",
linters = backport_linter("3.6.0")
)
lint(
text = "str2lang(x)",
linters = backport_linter("4.0.0")
)
Run the code above in your browser using DataLab