Learn R Programming

tm (version 0.3-1)

URISource: Uniform Resource Identifier Source

Description

Constructs a Uniform Resource Identifier source.

Usage

## S3 method for class '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.

See Also

DirSource for accessing multiple files.