single_quotes_linter {lintr}R Documentation

Single quotes linter

Description

Check that only double quotes are used to delimit string constants.

Usage

single_quotes_linter()

Tags

consistency, default, readability, style

See Also

linters for a complete list of linters available in lintr.
https://style.tidyverse.org/syntax.html#character-vectors


[Package lintr version 3.0.0 Index]