exist_update_attribute: Update an attribute on Exist.io

Description Usage Arguments Value Examples

View source: R/exist_update_attribute.R

Description

Update an attribute on Exist.io

Usage

1
2
3
4
5
6
exist_update_attribute(
  token = NULL,
  attribute = NULL,
  date = NULL,
  value = NULL
)

Arguments

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.

Value

A status indicating if the request was successful.

Examples

1
2
3
4
5
## Not run: 
etoken <- exist_auth()
exist_update_attribute(token = etoken)

## End(Not run)

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