neptune_clear: Removes all tags from the StringSet.

View source: R/neptune_clear.R

neptune_clearR Documentation

Removes all tags from the StringSet.

Description

Removes all tags from the StringSet.

Usage

  neptune_clear(x, wait=FALSE)

Arguments

x

Field

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: 
    run <- neptune_init(api_token = 'ANONYMOUS',
                        project = "common-r/quickstarts")
    neptune_clear(run['sys/tags'])
  
## End(Not run)

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