toString.URI: String representation of a URI object.

toString.URIR Documentation

String representation of a URI object.

Description

This converts a URI object into a user-level string format that can be used when reading the document.

Usage

toString.URI(x, ...)

Arguments

x

the object of class URI.

...

unused but present to match the generic function toString.

Value

A single string.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

See Also

URI

Examples

## Not run: 
 u = URI("http://www.omegahat.org/index.html")
 toString(u)

## End(Not run)

omegahat/RHTMLForms documentation built on Nov. 29, 2023, 12:36 a.m.