exist_append_tag: Append a tag on Exist.io

Description Usage Arguments Value Examples

View source: R/exist_append_tag.R

Description

Append a tag on Exist.io

Usage

1
exist_append_tag(token = NULL, value = NULL, date = NULL)

Arguments

token

The token environment.

value

The tag to append.

date

Optional string of format YYYY-mm-dd. If omitted, current day is assumed.

Value

A status indicating if the request was successful.

Examples

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

## End(Not run)

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