setMethod("show", "geojob", function(object){
cat('An object of class "geojob":\n')
cat('url:',url(object),'\n')
cat('xml:\n', xml(object),'\n')
cat(getPackageName(), 'version:', object@package.version,'\n')
cat('algorithm version:', object@algorithm.version,'\n')
cat('id:', id(object))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.