wc {hyperSpec}R Documentation

wc

Description

word count of ASCII files

Usage

wc(file, flags=c("lines", "words", "bytes"))

Arguments

file the file name or pattern
flags the parameters to count, character vector with the long form of the parameters

Details

wc uses the system command wc

Value

data.frame with the counts and file names, or NULL if wc is not available

Author(s)

C. Beleites


[Package hyperSpec version 0.95 Index]