db.urlpath | R Documentation |
URL paths will all have the format /custom/<name>/<head>/<tail> Note that tail may be multipart. That is, in the URL /custom/foo/abc/def/hij the <name> = foo, <head> = abc and <tail> = def/hij.
db.urlpath(path, what)
path |
A URL path. |
what |
The part of the path to retrieve ('name', 'head', 'tail', or 'info'). |
A character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.