toString.URI | R Documentation |
This converts a URI
object into a
user-level string format that can be used
when reading the document.
toString.URI(x, ...)
x |
the object of class |
... |
unused but present to match the generic function |
A single string.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
URI
## Not run:
u = URI("http://www.omegahat.org/index.html")
toString(u)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.