Description Usage Arguments Value Author(s) Examples
A class representing a geoknife job (geojob
).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | geojob(xml, ...)
## S4 method for signature 'missing'
geojob(xml, ...)
## S4 method for signature 'xml_document'
geojob(xml, ...)
## S4 method for signature 'character'
geojob(xml, ...)
xml(.Object) <- value
xml(.Object)
id(.Object)
id(.Object) <- value
id(.Object)
## S4 replacement method for signature 'geojob'
id(.Object) <- value
## S4 method for signature 'geojob'
id(.Object)
## S4 method for signature 'character'
id(.Object)
|
xml |
location of xml (URL or local path) |
... |
additional arguments passed to initialize method |
.Object |
a |
value |
a character string of xml |
the geojob object
Jordan S Read
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.