Description Usage Arguments Details Value Examples
Create items associated with model run of a storm
1 | createStorm(templateId = NULL, filename, aliasName = NULL, ...)
|
templateId |
id of the template to replace |
filename |
a shapefile to post |
aliasName |
(optional) the name of the alias to associate with this storm |
... |
extra params to pass to checkAuth |
This will create all children associated with a storm and aggregate them under the template.
character vector representing ID of new template
1 2 3 4 5 | ## Not run:
createStorm("CAQw7M1", system.file("extdata", "Sandy_CIDA.zip", "hurricane-sandy",
package="hazardItems"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.