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