updateStorm: Update storm

Description Usage Arguments Details Value Examples

View source: R/updateStorm.R

Description

Adds all attributes to an existing template

Usage

1
updateStorm(templateId, filename, ...)

Arguments

templateId

id of the template to instantiate

filename

a shapefile to post

...

extra params to pass to checkAuth

Details

This will create all children associated with a storm and aggregate them under the template.

Value

TRUE if it worked FALSE otherwise

Examples

1
2
3
4
5
## Not run: 
updateStorm("CAQw7M1", system.file("extdata", "Sandy_CIDA.zip", 
   package="hazardItems"))

## End(Not run)

USGS-R/hazardItems documentation built on Aug. 15, 2020, 11:28 a.m.