Description Usage Arguments Value Examples
View source: R/exist_update_attribute.R
Update an attribute on Exist.io
1 2 3 4 5 6 |
token |
The token environment. |
attribute |
The attribute to update. |
date |
String of format YYYY-mm-dd. |
value |
A valid value for this attribute type: string, integer, or float. |
A status indicating if the request was successful.
1 2 3 4 5 | ## Not run:
etoken <- exist_auth()
exist_update_attribute(token = etoken)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.