Description Usage Arguments Value Examples
View source: R/exist_release_attribute.R
Release ownership for an attribute on Exist.io
1 | exist_release_attribute(token = NULL, attribute = NULL)
|
token |
The token environment. |
attribute |
The attribute for which to release ownership. |
A status indicating if the request was successful.
1 2 3 4 5 | ## Not run:
etoken <- exist_auth()
exist_release_attribute(etoken)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.