characterCount: Count characters in files.

Description Usage Arguments

Description

Count characters in files.

Usage

1
2
characterCount(.Object, regexCharsToKeep = "[a-zA-Z]", xml = TRUE,
  toLower = FALSE, decreasing = TRUE, verbose = TRUE, ...)

Arguments

.Object

a directory with XML files

regexCharsToKeep

a regex defining the characters to keep

xml

logical, whether filename is a XML file, or not

toLower

logical, whether to to apply tolower to string read in

decreasing

logical, whether sort order is decreasing, or increasing, see documentation for order

verbose

logical, whether to be talkative

...

further parameters that will be passed into dirApply


PolMine/ctk documentation built on May 8, 2019, 3:20 a.m.