ReutersSource {tm} | R Documentation |
Constructs a source for a Reuters XML document.
## S4 method for signature 'character': ReutersSource(object, encoding = "UTF-8")
object |
Either a character identifying the file or a connection. |
encoding |
A character giving the encoding of the file. |
An S4 object of class ReutersSource
which extends the class
Source
representing a Reuters XML document.
Ingo Feinerer