neptune_get_structure: Returns a run's metadata structure in form of a named list.

View source: R/neptune_get_structure.R

neptune_get_structureR Documentation

Returns a run's metadata structure in form of a named list.

Description

Returns a run's metadata structure in form of a named list. This method can be used to traverse the run's metadata structure programmatically when using Neptune in automated workflows.

Usage

neptune_get_structure(run)

Arguments

run

Neptune run object.

Value

Named list containing all metadata stored for run

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_API_TOKEN,
                    project = "common-r/quickstarts")
str <- neptune_get_structure(run)

## End(Not run)

neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.