ReutersSource {tm}R Documentation

Reuters Source

Description

Constructs a source for a Reuters XML document.

Usage

## S4 method for signature 'character':
ReutersSource(object, encoding = "UTF-8")

Arguments

object Either a character identifying the file or a connection.
encoding A character giving the encoding of the file.

Value

An S4 object of class ReutersSource which extends the class Source representing a Reuters XML document.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]