| uri | R Documentation |
Returns the set of keywords in a uri template
uri(uri = "")
uri |
(character) any URI |
# no URI given
x <- uri()
x
x$port_mapping
x$ip_based_schemes
# give a URI
x <- uri("http:.//example.com/foo/bar")
x
x$uri
## parse it
x$parse()
x$uri_parsed
# join
base <- "http://example.com"
uri <- uri("relative/path")
uri$parse()
uri$join(base, uri)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.