neptune_pop: Removes the field or whole namespace stored under the path...

View source: R/neptune_pop.R

neptune_popR Documentation

Removes the field or whole namespace stored under the path completely and all data associated with them.

Description

Removes the field or whole namespace stored under the path completely and all data associated with them.

Usage

  neptune_pop(run, path, wait=TRUE)

Arguments

run

Neptune run object.

path

character - Path of the field or namespace to be removed.

wait

logical - If TRUE the client will first wait to send all tracked metadata to the server. This makes the call synchronous, see Connection modes guide.

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")
    run['lr'] <- 0.001
    neptune_pop(run, 'lr')
  
## End(Not run)

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