nonportable_path_linter {lintr} | R Documentation |
Non-portable path linter
Description
Check that file.path()
is used to construct safe and portable paths.
Usage
nonportable_path_linter(lax = TRUE)
Arguments
lax |
Less stringent linting, leading to fewer false positives.
If
|
Tags
best_practices, configurable, robustness
See Also
-
linters for a complete list of linters available in lintr.
[Package lintr version 3.1.2 Index]