URISource {tm}R Documentation

Uniform Resource Identifier Source

Description

Constructs a Uniform Resource Identifier source.

Usage

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

Arguments

object the Uniform Resource Identifier, i.e., either a character identifying the file or a connection.
encoding a character giving the encoding of the file.

Value

An S4 object of class URISource which extends the class Source representing a single document identified by a URI.

Author(s)

Ingo Feinerer

See Also

DirSource for accessing multiple files.


[Package tm version 0.3-3 Index]