ore.file {ore}R Documentation

Use a file as a text source

Description

Identify a file path to be used as a text source for a subsequent call to ore.search.

Usage

ore.file(path, encoding = getOption("ore.encoding"), binary = FALSE)

Arguments

path

A character string giving the file path.

encoding

A character string giving the encoding of the file. This should match the encoding of the regular expression used in a call to ore.search.

binary

A logical value: if TRUE, the file will be search bytewise, and encoding will be fixed to be "ASCII".

See Also

ore.search for actually searching through the file.


[Package ore version 1.6.2 Index]