linechars: Count characters-per-line in files

Description Usage Arguments Value

View source: R/utils.R

Description

The name is short for: (line) (char)acters

Usage

1
linechars(path = ".", file.pattern = NULL, min.chars = 0)

Arguments

path

character, directory path

file.pattern

character, filename match pattern

min.chars

interger, minimal number of characters on a line. Shorter lines will be omitted from the output

Value

list, each element summarizing line lengths in one file


tkonopka/shrt documentation built on March 5, 2020, 2:51 p.m.