Learn R Programming

goodpractice (version 1.2.0)

tidyverse_checks: List the names of tidyverse style checks

Description

These checks are optional and not included in the default set. They are powered by lint_package using lintr's default linter set and respect any .lintr configuration file in the package root (e.g. to disable specific linters or add exclusions). Add them via checks = c(default_checks(), tidyverse_checks()).

Usage

tidyverse_checks()

Arguments

Value

Character vector of tidyverse check names

See Also

Other check_groups: all_check_groups(), all_checks(), checks_by_group(), default_checks(), describe_check(), describe_check_groups()

Examples

Run this code
tidyverse_checks()

Run the code above in your browser using DataLab