neptune_remove: Removes the provided tag or tags from the set.

View source: R/neptune_remove.R

neptune_removeR Documentation

Removes the provided tag or tags from the set.

Description

Removes the provided tag or tags from the set.

Usage

neptune_remove(x, values, wait=FALSE)

Arguments

x

Field, for which we want to remove tags eg. run['Sys/tags']

values

string or list of strings - Tag or tags to be removed.

wait

logical - If TRUE the client will wait to send all tracked metadata to the server before making the assignment. This makes the call synchronous.

Value

None

Author(s)

Authors:

See Also

Useful links:

Examples

## Not run: 
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
                    project = "common-r/quickstarts")
neptune_add(run['Sys/tags'], 'some_tag')
neptune_remove(run['Sys/tags'], 'some_tag')

## End(Not run)

neptune documentation built on April 13, 2022, 5:14 p.m.