neptune_print_structure: Pretty prints the structure of the run's metadata. Paths are...

View source: R/neptune_print_structure.R

neptune_print_structureR Documentation

Pretty prints the structure of the run's metadata. Paths are ordered lexicographically and the whole structure is neatly colored.

Description

Pretty prints the structure of the run's metadata. Paths are ordered lexicographically and the whole structure is neatly colored.

Usage

neptune_print_structure(run)

Arguments

run

Neptune run object.

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_print_structure(run)

## End(Not run)

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