count_lints_all: Lint counter

Description Usage Arguments Details Value

View source: R/count_lints.R

Description

Count number of lints in one folder

Usage

1
count_lints_all(file_names, lint_list, lint_labels)

Arguments

file_names

The path to the rmd files that need to be checked for lints.

lint_list

List of lints to check for.

lint_labels

List of labels to name the vector to return.

Details

The function will count the number of lints in a file. The lints to be checked can be passed as an argument. Else, the default will be used. The defaults are as follows:

Note that labels would also need to be given if the non-default lints are chosen.

Value

Dataframe containing the lints.


autoharp documentation built on Nov. 13, 2021, 1:06 a.m.