Learn R Programming

geoknife (version 1.6.11)

XML: XML from set of objects

Description

Extract important parts of stencil, fabric, and knife into POST XML

Usage

XML(stencil, fabric, knife)

# S4 method for ANY,webdata,webprocess XML(stencil, fabric, knife)

Value

XML as ?string?

Arguments

stencil

a webdata OR simplegeom object

fabric

a webdata object

knife

a webprocess object

Examples

Run this code
wd <- webdata('prism',times = as.POSIXct(c('2001-01-01','2002-02-05')))
wg <- webgeom('state::Wisconsin')
if (FALSE) {
XML(wg, wd, webprocess())
sg <- simplegeom(c(-89,45))
XML(sg, wd, webprocess())
}

Run the code above in your browser using DataLab