lint_code: Lint R code within project

View source: R/code-quality.R

lint_codeR Documentation

Lint R code within project

Description

Uses the {lintr} package to check all R sources in provided paths. To fine tune the lintr behavior, edit the .lintr file.

Usage

lint_code(paths = "R", tolerance = 0)

Arguments

paths

Paths to check.

tolerance

Errors to allow. Default to 0.


Novartis/shinyValidator documentation built on Aug. 21, 2023, 4:42 a.m.