Learn R Programming

roxylint (version 0.1.0)

add_linters: Add linters

Description

Add linters

Usage

add_linters(config, tag, linters, overwrite = FALSE)

Value

NULL.

Arguments

config

A config object to add linters to.

tag

The name of the tag to which to add linters.

linters

New linters to add.

overwrite

A logical value indicating whether existing linters should be overwritten.