classify_code_lines: Creates a list object containing number of lines, blank...

View source: R/classify_code_lines.R

classify_code_linesR Documentation

Creates a list object containing number of lines, blank lines, bare comments, roxygen2 documentation, and code.

Description

Creates a list object containing number of lines, blank lines, bare comments, roxygen2 documentation, and code.

Usage

classify_code_lines(files = ".", path = NULL)

Arguments

files

character vector of file names. The file names may contain the path. Without a path in the file name and without a defined path paramenter, the current directory is used.

path

optional character vector of length one or of the same length as files. If of length one, it is used for all files. If it is the same length as files, each value is paired with its corresponding file to make the fully qualified name.


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.