Description Usage Arguments Value Examples
adds or updates an item in the application
1 |
item |
list representing item to POST or PUT |
... |
extra params to pass to checkAuth |
character vector representing id of new item
1 2 3 4 5 6 7 8 9 | ## Not run:
setBaseURL('dev')
postItem(list(
itemType="aggregation",
name="test",
type="storms"
))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.