neptune_fetch_hash: Fetches the Hash of the artifact from Neptune servers.

View source: R/neptune_fetch_hash.R

neptune_fetch_hashR Documentation

Fetches the Hash of the artifact from Neptune servers.

Description

Fetches the Hash of the artifact from Neptune servers.

Usage

  neptune_fetch_hash(x)

Arguments

x

Field

Value

Hash of a Neptune artifact as a character.

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_fetch_hash(run['artifacts/images'])
  
## End(Not run)

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