XML-method: XML from set of objects

XMLR Documentation

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 signature 'ANY,webdata,webprocess'
XML(stencil, fabric, knife)

Arguments

stencil

a webdata OR simplegeom object

fabric

a webdata object

knife

a webprocess object

Value

XML as ?string?

Examples

wd <- webdata('prism',times = as.POSIXct(c('2001-01-01','2002-02-05')))
wg <- webgeom('state::Wisconsin')
## Not run: 
XML(wg, wd, webprocess())
sg <- simplegeom(c(-89,45))
XML(sg, wd, webprocess())

## End(Not run)

USGS-R/geoknife documentation built on April 17, 2023, 8:26 p.m.