recode-method: Apply iconv to files in a directory.

Description Usage Arguments Value

Description

Apply iconv to files in a directory.

Usage

1
2
3
4
5
recode(.Object, ...)

## S4 method for signature 'character'
recode(.Object, targetDir = NULL, from = NULL, to,
  xml = FALSE, ...)

Arguments

.Object

a character string providing a directory

...

further parameters that are passed into dirApply

targetDir

where to put files

from

encoding of the files in the the sourceDir, if NULL, the command line file utility will be used to detect the encoding of the source file

to

final encoding

xml

logical, whether files are XML files

Value

something


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