get or set the url of an object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | url(.Object) <- value
url(.Object, ...)
## S4 replacement method for signature 'ANY'
url(.Object) <- value
## S4 replacement method for signature 'webprocess'
url(.Object) <- value
## S4 method for signature 'character'
url(.Object, ...)
## S4 method for signature 'missing'
url(.Object, ...)
## S4 method for signature 'datagroup'
url(.Object, ...)
## S4 method for signature 'ANY'
url(.Object, ...)
|
.Object |
a webgeom, webdata, |
value |
a url |
... |
additional arguments that would be passed to the masked base::url function. These are only used when the .Object argument is character or missing geojob, or webprocess object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.