URISource-class {tm} | R Documentation |
A class representing a single document identified by a Uniform Resource Identifier.
Objects can be created by calls of the form new("URISource", ...)
.
DefaultReader
:function
describing a default reader.Encoding
:character
holding the
encoding of the text delivered by the source.URI
:call
describing the
connection call to be made for accessing the document physically.LoDSupport
:logical
indicating Load on Demand Support.Position
:numeric
giving the
position in the source.Length
:numeric
denoting the
number of the elements delivered by the source, i.e., one as only
a single document is returned by this source.
Class Source
, directly.
Ingo Feinerer