exist_acquire_attribute: Acquire ownership for an attribute on Exist.io

Description Usage Arguments Value Examples

View source: R/exist_acquire_attribute.R

Description

Acquire ownership for an attribute on Exist.io

Usage

1
exist_acquire_attribute(token = NULL, attribute = NULL, active = "true")

Arguments

token

The token environment.

attribute

The attribute for which to acquire ownership.

active

true or false to set this attribute to active or inactive. Defaults to true.

Value

A status indicating if the request was successful.

Examples

1
2
3
4
5
## Not run: 
etoken <- exist_auth()
exist_acquire_attribute(etoken)

## End(Not run)

ebbertd/existR documentation built on March 3, 2020, 8:02 a.m.